You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1100 lines
45 KiB
1100 lines
45 KiB
<van-popup |
|
bind:click-overlay="handleCancel" |
|
custom-style="background: transparent;" |
|
round |
|
z-index="{{100000}}" |
|
show="{{ show }}" |
|
> |
|
<view class="popup-class" wx:if="{{type=='videoComplate'}}"> |
|
<image class="bg" src="{{imageUrl}}/popup-class-bg.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<image class="badge" src="{{imageUrl}}2/class.gif"></image> |
|
<view class="op" wx:if="{{params.MemberDayScore}}"> |
|
<view class="op-tip">训练完成</view> |
|
<view class="title"> |
|
完成会员日活动,已获取 |
|
<text class="num">{{params.MemberDayRehabilitationScore}}</text> |
|
倍能量 |
|
</view> |
|
<view class="price"> |
|
已获取 |
|
<text class="p-num">{{params.MemberDayScore}}</text> |
|
能量 |
|
</view> |
|
</view> |
|
<block wx:else> |
|
<view class="tip">您已完成第{{params.CompleteTimes + 1}}次训练!</view> |
|
<view class="ml" wx:if="{{params.SendScore}}"> |
|
获取 |
|
<text class="num">{{params.SendScore}}</text> |
|
能量能量 |
|
</view> |
|
</block> |
|
<view bind:tap="handleOk" class="done">完成</view> |
|
</view> |
|
</view> |
|
<view class="popup-unbind" wx:elif="{{type=='familyUnbind'}}"> |
|
<image class="badge" src="{{imageUrl}}/1/f-warn.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="content"> |
|
该亲友号解绑后 |
|
<view></view> |
|
将无法查看ID:{{params.PatientId}}的 |
|
<view></view> |
|
所有健康数据,是否继续解绑? |
|
</view> |
|
<view class="footer"> |
|
<view bind:tap="handleCancel" class="cancel">取消</view> |
|
<view bind:tap="handleOk" class="submit">确认</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-withdraw" wx:elif="{{type=='withdraw'}}"> |
|
<image class="badge" src="{{imageUrl}}1/del-story.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="content"> |
|
<view>删除代表您将放弃发布此条内容</view> |
|
<view>删除后无法恢复且不可见</view> |
|
<view>确认删除?</view> |
|
</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">确认撤回</view> |
|
<view bind:tap="handleCancel" class="cancel">取消</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-withdraw" wx:elif="{{type=='rewithdraw'}}"> |
|
<image class="badge" src="{{imageUrl}}/rewithdraw.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="content">您是希望继续投稿吗?</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">提交</view> |
|
<view bind:tap="handleCancel" class="cancel">取消</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-withdraw" wx:elif="{{type=='delwithdraw'}}"> |
|
<image class="badge" src="{{imageUrl}}1/del-story.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="content" wx:if="{{params.Status != 5}}"> |
|
删除代表您将放弃发布此条内容 |
|
<view></view> |
|
删除后无法恢复且不可见 |
|
<view></view> |
|
确认删除? |
|
</view> |
|
<view class="content" wx:else> |
|
删除后将从平台同步撤下 |
|
<view></view> |
|
您将无法查看和管理 |
|
<view></view> |
|
确认删除? |
|
</view> |
|
<view class="footer"> |
|
<view bind:tap="handleDel" class="submit">删除</view> |
|
<view bind:tap="handleCancel" class="cancel">取消</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-home-inhibitor" wx:elif="{{type=='homeInhibitor'}}"> |
|
<image class="badge" src="{{imageUrl}}/toast-home.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="container"> |
|
<view class="title">抑制物检测提醒</view> |
|
<view class="day"> |
|
{{params.PatientName}}已经有 |
|
<text class="num">{{params.ExposureDays}}个</text> |
|
暴露日 |
|
</view> |
|
<view class="content"> |
|
<view class="c-title">建议做抑制物检测</view> |
|
{{params.Content}} |
|
</view> |
|
<view class="footer"> |
|
<view bind:tap="handleCancel" class="submit">我知道了</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-my-health-record" wx:if="{{type == 'myHealthRecord'}}"> |
|
<image class="badge" src="{{imageUrl}}/records.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="title">{{params.date}}</view> |
|
<view class="week">{{params.week}}</view> |
|
<view class="content">请选择您的要添加的记录</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">录入出血</view> |
|
<view bind:tap="handleJump" class="submit">录入治疗</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-doc" wx:if="{{type == 'doc'}}"> |
|
<view class="popup-container"> |
|
<view class="title">用户须知</view> |
|
<view class="content"> |
|
<mp-html class="mp-html" container-style="overflow: visible" content="{{params.doc}}"></mp-html> |
|
</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">{{timeOut || '同意'}}</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-class-detail-once" wx:if="{{type == 'classDetailOnce'}}"> |
|
<view class="popup-container"> |
|
<view class="container"> |
|
<view class="title">康复训练提示</view> |
|
<view class="content"> |
|
(1)因个人体质、病情等不同,本康复训练视频仅供参考; |
|
<view></view> |
|
(2)不满14岁儿童请或行动不便者,请在监护人、监护人委托的照管人或其它照管人的照看下进行适量训练; |
|
<view></view> |
|
(3)建议在专业医护人员的指导下进行适量训练并由专业医生评估康复训练前的预防治疗剂量; |
|
<view></view> |
|
(4)建议遵循说明书指引进行适量训练; |
|
<view></view> |
|
(5)训练时请按确保您的训练环境安全; |
|
<view></view> |
|
(6)若训练过程中有任何不适,请立即停止并立刻向医疗卫生专业人士咨询和就诊。 |
|
</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">我已知晓</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-soory-enter" wx:if="{{type == 'storyEnter'}}"> |
|
<view class="popup-container"> |
|
<view class="container" style="background-image: url({{imageUrl}}1/popup-soory-enter-bg.png?t={{Timestamp}})"> |
|
<image class="badge" src="{{imageUrl}}1/toast-story-badge.png?t={{Timestamp}}"></image> |
|
<view class="content"> |
|
(1)您的故事中可能会涉及您、您的孩子或其它人的个人信息甚至敏感个人信息,如个人影像、个人健康信息及生活经历。建议您不要在故事中提及真实身份信息。请您谨慎考虑是否在此公开发布您的故事。您确认并承诺您已经向有关个人进行充分的告知并征得同意。如果有关个人未满14周岁,您确认并承诺您为该儿童的监护人并且同意公开发表该儿童的个人信息。 |
|
<view></view> |
|
(2)若您上传图片,请您确保享有版权或已经获得第三方的合法授权有权使用,且不侵犯任何其它第三人的合法权益(包括但不限于肖像权、隐私权等)。 |
|
<view></view> |
|
(3)您故事提交后,由运营人员进行审核、校正和编辑后,才会被发布;您的故事内容将长期发布在“我的故事”版块内。您可以随时从“我的-我的故事”撤回为仅本人查看的非公开模式。 |
|
</view> |
|
<view class="protocol"> |
|
<view class="p-header"> |
|
<van-checkbox |
|
class="checkbox" |
|
value="{{protocol}}" |
|
shape="square" |
|
checked-color="#DC3E6A" |
|
bind:tap="handleProtocolChange" |
|
icon-size="16" |
|
></van-checkbox> |
|
同意审核和编辑后公开发布 |
|
</view> |
|
<view class="tip">您可以随时从“我的-我的故事”撤回为仅本人查看的非公开模式。</view> |
|
</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">提交我的故事</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-story-lead" wx:if="{{type == 'storyLead'}}"> |
|
<view class="popup-header"> |
|
<view class="content"> |
|
<view>邀请您分享本人故事</view> |
|
发布后获取 |
|
<text class="num">{{settingsInfo.PublishStoryScore}}</text> |
|
能量激励 |
|
</view> |
|
<image class="bg" src="{{imageUrl}}3/story-lead1.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="popup-container"> |
|
<image class="bg" src="{{imageUrl}}3/story-lead2.png?t={{Timestamp}}"></image> |
|
<view class="container"> |
|
<view class="content"> |
|
<view>你知道吗?</view> |
|
<view>你的经历</view> |
|
<view>可以帮助更多人</view> |
|
</view> |
|
<view class="sub-content"> |
|
<view>您是否有不一样的故事?</view> |
|
<view>您的经历或许能给他人带来希望和能量!</view> |
|
<view>诺和关怀邀请您分享自己的故事。</view> |
|
</view> |
|
<view class="footer"> |
|
<view class="submit" bind:tap="routerTo" data-url="/pages/storyGuide/index?storyleadin=1&originsource=2"> |
|
去看看 |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-story-star" wx:if="{{type == 'storyStar'}}"> |
|
<image class="badge" src="{{imageUrl}}3/story-star.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<image class="bg" src="{{imageUrl}}3/story-lead2.png?t={{Timestamp}}"></image> |
|
<view class="container"> |
|
<view class="content">感谢加油!</view> |
|
<view class="sub-content"> |
|
<view>您的故事或许也能为他人带来能量</view> |
|
<view>期待您的故事</view> |
|
</view> |
|
<view class="footer"> |
|
<view class="submit" bind:tap="routerTo" data-url="/pages/storyGuide/index?storyleadin=1&originsource=3"> |
|
看看我能做些什么 |
|
</view> |
|
</view> |
|
<view class="tip">审核发布后获取{{settingsInfo.PublishStoryScore}}能量</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-story-share" wx:if="{{type == 'storyShare'}}"> |
|
<!-- <image class="badge" src="{{imageUrl}}3/story-share.png?t={{Timestamp}}"></image> --> |
|
<image class="badge" mode="aspectFill" src="{{imageUrl}}3/story-share.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<image class="bg" src="{{imageUrl}}3/story-share-bg.png?t={{Timestamp}}"></image> |
|
<view class="container"> |
|
<image class="satellite1" src="{{imageUrl}}3/satellite.png?t={{Timestamp}}"></image> |
|
<image class="satellite2" src="{{imageUrl}}3/satellite.png?t={{Timestamp}}"></image> |
|
<view class="sub-content"> |
|
<view>分享您的经验或故事</view> |
|
<view>审核发布后</view> |
|
<view> |
|
获取 |
|
<text class="num">{{settingsInfo.PublishStoryScore}}</text> |
|
能量 |
|
</view> |
|
</view> |
|
<view class="footer"> |
|
<view class="submit" bind:tap="routerTo" data-url="/pages/storyGuide/index?storyleadin=1&originsource=1"> |
|
看看我能做些什么 |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-beginner-guide" wx:if="{{type == 'beginnerGuide'}}"> |
|
<view class="popup-container"> |
|
<view class="container"> |
|
<image class="badge" mode="aspectFill" src="{{imageUrl}}3/beginner-guide-badge.png?t={{Timestamp}}"></image> |
|
<view class="content"> |
|
<view> |
|
<text class="name" wx:if="{{params.relationType==1}}">Hi,{{params.patientName}}</text> |
|
<text class="name" wx:elif="{{params.relationType==2}}">Hi,{{params.patientName}}妈妈</text> |
|
<text class="name" wx:elif="{{params.relationType==3}}">Hi,{{params.patientName}}爸爸</text> |
|
<text class="name" wx:elif="{{params.relationType==4}}">Hi,{{params.patientName}}亲友</text> |
|
</view> |
|
<view>一分钟探索诺和服务</view> |
|
</view> |
|
<view class="tip"> |
|
领取 |
|
<text class="num">{{params.countIntegralNum}}能量</text> |
|
免费兑换礼品 |
|
</view> |
|
<view class="submit" bind:tap="routerTo" data-url="/pages/tfb/index">去领取</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-adl-alert {{theme === 'DRUG' && 'popup-adl-alert-drug'}}" wx:if="{{type == 'aldAlert'}}"> |
|
<view class="popup-container"> |
|
<image class="badge" mode="aspectFill" src="{{imageUrl}}1.5/adl-alert.png?t={{Timestamp}}"></image> |
|
<view class="container"> |
|
<view class="content"> |
|
<view>自在生活“双达标”测评提醒</view> |
|
</view> |
|
<view class="tip">建议您每次用药7天后做1次“双达标”测评,更好了解身体变化</view> |
|
<!-- <view class="warn" bind:tap="handleAdlQuestion" data-url="/pages/repositoryDetail/index?id={{params.id}}"> --> |
|
<!-- <image class="icon" mode="aspectFill" src="{{imageUrl}}1.5/warn.png?t={{Timestamp}}"></image> --> |
|
<!-- 什么是双达标? --> |
|
<!-- </view> --> |
|
<view class="c-footer"> |
|
<view class="cancel" bind:tap="handleCancel">取消</view> |
|
<view class="submit" bind:tap="handleOk">立即去做</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view |
|
class="popup-adl-alert-test {{theme === 'DRUG' && 'popup-adl-alert-test-drug'}}" |
|
wx:if="{{type == 'aldAlertTest'}}" |
|
> |
|
<view class="popup-container"> |
|
<image class="badge" mode="aspectFill" src="{{imageUrl}}1.5/adl-alert-test.png?t={{Timestamp}}"></image> |
|
<view class="container"> |
|
<view class="content"> |
|
<view> |
|
完成您的MG-ADL评测 |
|
<view>即可申请项目</view> |
|
</view> |
|
</view> |
|
<view class="tip"> |
|
每周1次MG-ADL记录 |
|
<view>身体变化有序记录</view> |
|
</view> |
|
<view class="c-footer"> |
|
<view class="submit" bind:tap="handleOk">1分钟完成MG-ADL</view> |
|
<view class="cancel" bind:tap="handleCancel">取消</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-vip" wx:if="{{type == 'vipScan'}}"> |
|
<view class="popup-container"> |
|
<view class="container"> |
|
<image class="badge" mode="aspectFill" src="{{imageUrl}}1.5/vip-toast.png?t={{Timestamp}}"></image> |
|
<view class="content"> |
|
<view> |
|
一步认证成为 |
|
<view>艾加莫德用药患友</view> |
|
</view> |
|
</view> |
|
<view class="tip"> |
|
专属服务用户登记 |
|
<image class="icon" mode="aspectFill" src="{{imageUrl}}1.5/arrow-right.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="c-footer"> |
|
<view class="submit" bind:tap="handleOk">立即认证</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-task-model {{theme === 'DRUG' && 'popup-task-model-drug'}}" wx:if="{{type == 'taskModel'}}"> |
|
<view class="popup-container"> |
|
<image class="badge" mode="aspectFill" src="{{imageUrl}}1.5/adl-alert.png?t={{Timestamp}}"></image> |
|
<view class="container"> |
|
<view class="content"> |
|
<view>给力加油站电话随访服务启动</view> |
|
</view> |
|
<view class="tip"> |
|
随访专员定期和您电话沟通 |
|
<view>提醒您健康管理</view> |
|
</view> |
|
<view class="warn" bind:tap="routerTo" data-url="/pages/taskAgreement/index?page=/pages/index/index"> |
|
<image class="icon" mode="aspectFill" src="{{imageUrl}}1.5/warn.png?t={{Timestamp}}"></image> |
|
<text class="link">《电话随访知情同意书》</text> |
|
</view> |
|
<view class="c-footer"> |
|
<view class="cancel" bind:tap="handleTaskCancel">不接受随访</view> |
|
<view class="submit" bind:tap="handleOk">接受随访</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-health-care {{theme === 'DRUG' && 'popup-health-care-drug'}}" wx:if="{{type == 'healthCare'}}"> |
|
<view class="popup-container"> |
|
<image class="badge" mode="aspectFill" src="{{imageUrl}}1.5/adl-alert.png?t={{Timestamp}}"></image> |
|
<view class="container"> |
|
<view class="content"> |
|
<view>艾加莫德进入医保</view> |
|
<view>如何报销立即查看</view> |
|
</view> |
|
<view class="c-footer"> |
|
<!-- <view class="cancel" bind:tap="handleCancel">取消</view> --> |
|
<view class="submit" bind:tap="handleOk">立即查看</view> |
|
</view> |
|
<view class="tip">{{openPatientList.PatientNum}}位用户正在关注</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view |
|
class="popup-ndrl-adl-alert {{theme === 'DRUG' && 'popup-ndrl-adl-alert-drug'}}" |
|
wx:if="{{type == 'ndrlAldAlert'}}" |
|
> |
|
<view class="popup-container"> |
|
<image class="badge" mode="aspectFill" src="{{imageUrl}}1.5/adl-alert.png?t={{Timestamp}}"></image> |
|
<view class="container"> |
|
<view class="content"> |
|
<view> |
|
完成ADL评分 |
|
<view>查阅您的专属医保报销解读</view> |
|
</view> |
|
</view> |
|
<view class="warn" bind:tap="handleAdlQuestion" data-url="/pages/repositoryDetail/index?id={{params.id}}"> |
|
<image class="icon" mode="aspectFill" src="{{imageUrl}}1.5/warn.png?t={{Timestamp}}"></image> |
|
什么是MG-ADL? |
|
</view> |
|
<view class="c-footer"> |
|
<view class="submit" bind:tap="handleOk">立即去做</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-ndrl-follow" wx:if="{{type == 'popupNdrlFollow'}}"> |
|
<view class="popup-container"> |
|
<image class="badge" mode="aspectFill" src="{{imageUrl}}nrdl/nrdl-follow-badge.png?t={{Timestamp}}"></image> |
|
<view class="container"> |
|
<view class="title">提交成功</view> |
|
<view class="price" wx:if="{{params.rewardScore}}"> |
|
+{{params.rewardScore}} |
|
<view class="sub">能量</view> |
|
</view> |
|
<view class="content"> |
|
<view>您关注的城市医保信息</view> |
|
<view>将第一时间通知您</view> |
|
</view> |
|
<image wx:if="{{!params.follow}}" class="code" show-menu-by-longpress src="{{params.code}}"></image> |
|
<view wx:if="{{!params.follow}}" class="tip">扫码关注公众号</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-soory-enter" wx:if="{{type == 'giftEnter'}}"> |
|
<view class="popup-container"> |
|
<view class="container" style="background-image: url({{imageUrl}}1/popup-soory-enter-bg.png?t={{Timestamp}})"> |
|
<image class="badge" src="{{imageUrl}}1/toast-story-badge.png?t={{Timestamp}}"></image> |
|
<view class="content"> |
|
<mp-html class="mp-html" container-style="overflow: visible" content="{{params.doc}}"></mp-html> |
|
</view> |
|
<view class="protocol"> |
|
<view class="p-header"> |
|
<van-checkbox |
|
class="checkbox" |
|
value="{{protocol}}" |
|
shape="square" |
|
checked-color="#DC3E6A" |
|
bind:tap="handleProtocolChange" |
|
icon-size="16" |
|
></van-checkbox> |
|
同意《用户须知》 |
|
</view> |
|
</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">确定</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-adl-progress {{theme === 'DRUG' && 'popup-adl-progress-drug'}}" wx:if="{{type == 'adlProgresss'}}"> |
|
<view |
|
class="popup-container" |
|
style="background-image: url({{imageUrl}}2/progress-bg{{theme === 'DRUG'?'2':'1'}}.png?t={{Timestamp}})" |
|
> |
|
<image |
|
class="close" |
|
bind:tap="handleCancel" |
|
src="{{imageUrl}}2/adl-close{{theme === 'DRUG'?'2':'1'}}.png?t={{Timestamp}}" |
|
></image> |
|
<view class="container"> |
|
<view class="title"> |
|
<view>恭喜您完成本周测评,坚持每周评估</view> |
|
<view>赚取能量积分拥抱有力人生</view> |
|
</view> |
|
<view class="content"> |
|
<view class="price">+{{params.RewardScore}}</view> |
|
<view class="sub">能量</view> |
|
</view> |
|
<view class="progress"> |
|
<progress |
|
class="progress-bar" |
|
background-color="#EAEAEA" |
|
activeColor=" {{theme === 'DRUG'?'#24D8C8':'#E04775'}}" |
|
percent="{{25*(params.ContinuousTimes-1)}}" |
|
border-radius="{{10}}" |
|
stroke-width="{{8}}" |
|
active |
|
></progress> |
|
<view class="wrap"> |
|
<view class="item {{params.ContinuousTimes >= index +1 && 'active'}}" wx:for="{{5}}" wx:key="{{index}}"> |
|
<view class="name">第{{index+1}}周</view> |
|
<view class="el"> |
|
<image class="icon" src="{{imageUrl}}2/adl-money.png?t={{Timestamp}}"></image> |
|
<view class="status"> |
|
<image class="mini" src="{{imageUrl}}2/true.png?t={{Timestamp}}"></image> |
|
</view> |
|
</view> |
|
<view class="num" wx:if="{{params.Records[index]}}">{{params.Records[index].RewardScore}}</view> |
|
<view class="num more" wx:elif="{{index == 2}}"> |
|
{{params.PatientScore}}+{{params.PatientScoreExtra}} |
|
</view> |
|
<!-- <view class="num more" wx:elif="{{index == 4}}"> --> |
|
<!-- {{params.PatientScore}}+{{params.PatientScoreExtra2}} --> |
|
<!-- </view> --> |
|
<view class="num" wx:else>{{params.PatientScore}}</view> |
|
</view> |
|
</view> |
|
</view> |
|
<!-- <view class="tip" wx:if="{{params.ContinuousTimes < 3}}">连续3周完成评测还可获得额外奖励</view> --> |
|
<!-- <view class="tip" wx:elif="{{params.ContinuousTimes < 5}}">连续5周完成评测还可获得额外奖励</view> --> |
|
<!-- <view class="tip" wx:else></view> --> |
|
<view class="tip">可用能量积分兑换礼品</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">我知道了</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view |
|
class="popup-adl-progress-end {{theme === 'DRUG' && 'popup-adl-progress-end-drug'}}" |
|
wx:if="{{type == 'adlProgresssEnd'}}" |
|
> |
|
<view |
|
class="popup-container" |
|
style="background-image: url({{imageUrl}}2/progress-end-bg{{theme === 'DRUG'?'2':'1'}}.png?t={{Timestamp}})" |
|
> |
|
<image |
|
class="close" |
|
bind:tap="handleCancel" |
|
src="{{imageUrl}}2/adl-close{{theme === 'DRUG'?'2':'1'}}.png?t={{Timestamp}}" |
|
></image> |
|
<view class="container"> |
|
<view class="title"> |
|
<view>您已完成本周测评</view> |
|
<view>坚持每周评估,敏锐识别症状变化</view> |
|
</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">我知道了</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view |
|
class="popup-adl-progress {{theme === 'DRUG' && 'popup-adl-progress-drug'}}" |
|
wx:if="{{type == 'drugProgresss'}}" |
|
> |
|
<view |
|
class="popup-container" |
|
style="background-image: url({{imageUrl}}2/progress-bg{{theme === 'DRUG'?'2':'1'}}.png?t={{Timestamp}})" |
|
> |
|
<image |
|
class="close" |
|
bind:tap="handleCancel" |
|
src="{{imageUrl}}2/adl-close{{theme === 'DRUG'?'2':'1'}}.png?t={{Timestamp}}" |
|
></image> |
|
<view class="container"> |
|
<view class="title"> |
|
<view>恭喜您完成本周用药记录</view> |
|
<view>记录后可生成您的专属健康报告</view> |
|
</view> |
|
<view class="content"> |
|
<view class="price">+{{params.RewardScore}}</view> |
|
<view class="sub">能量</view> |
|
</view> |
|
<view class="progress"> |
|
<progress |
|
class="progress-bar" |
|
background-color="#EAEAEA" |
|
activeColor=" {{theme === 'DRUG'?'#24D8C8':'#E04775'}}" |
|
percent="{{25*(params.ContinuousTimes-1)}}" |
|
border-radius="{{10}}" |
|
stroke-width="{{8}}" |
|
active |
|
></progress> |
|
<view class="wrap"> |
|
<view class="item {{params.ContinuousTimes >= index +1 && 'active'}}" wx:for="{{5}}" wx:key="{{index}}"> |
|
<view class="name">第{{index+1}}周</view> |
|
<view class="el"> |
|
<image class="icon" src="{{imageUrl}}2/adl-money.png?t={{Timestamp}}"></image> |
|
<view class="status"> |
|
<image class="mini" src="{{imageUrl}}2/true.png?t={{Timestamp}}"></image> |
|
</view> |
|
</view> |
|
<view class="num" wx:if="{{params.Records[index]}}">{{params.Records[index].RewardScore}}</view> |
|
<view class="num more" wx:elif="{{index == 1}}"> |
|
{{params.PatientScore}}+{{params.PatientScoreExtra}} |
|
</view> |
|
<view class="num more" wx:elif="{{index == 3}}"> |
|
{{params.PatientScore}}+{{params.PatientScoreExtra2}} |
|
</view> |
|
<view class="num" wx:else>{{params.PatientScore}}</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="tip" wx:if="{{params.ContinuousTimes < 2}}">连续2周完成用药还可获得额外奖励</view> |
|
<view class="tip" wx:elif="{{params.ContinuousTimes < 4}}">连续4周完成用药还可获得额外奖励</view> |
|
<view class="tip" wx:else></view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">我知道了</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view |
|
class="popup-adl-progress-end {{theme === 'DRUG' && 'popup-adl-progress-end-drug'}}" |
|
wx:if="{{type == 'drugProgresssEnd'}}" |
|
> |
|
<view |
|
class="popup-container" |
|
style="background-image: url({{imageUrl}}2/progress-end-bg{{theme === 'DRUG'?'2':'1'}}.png?t={{Timestamp}})" |
|
> |
|
<image |
|
class="close" |
|
bind:tap="handleCancel" |
|
src="{{imageUrl}}2/adl-close{{theme === 'DRUG'?'2':'1'}}.png?t={{Timestamp}}" |
|
></image> |
|
<view class="container"> |
|
<view class="title"> |
|
<view>恭喜您完成本周用药记录</view> |
|
<view>记录后可生成您的专属健康报告</view> |
|
</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">我知道了</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-dtp-drup" wx:if="{{type == 'dtpDrug'}}"> |
|
<view class="popup-container" style="background-image: url({{imageUrl}}nrdl/popup-dtp-bg.png?t={{Timestamp}})"> |
|
<view class="container"> |
|
<image class="title" mode="widthFix" src="{{imageUrl}}nrdl/popup-dtp-title.png?t={{Timestamp}}"></image> |
|
<view class="content">双通道药店是指可购买医保药品并支持医保支付(报销)的药店</view> |
|
<view class="footer"> |
|
<view bind:tap="handleOk" class="submit">已了解</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view |
|
class="popup-double-standards {{theme === 'DRUG' && 'popup-double-standards-drug'}}" |
|
wx:if="{{type == 'doubleStandards'}}" |
|
> |
|
<view class="popup-container"> |
|
<image |
|
class="badge" |
|
mode="aspectFill" |
|
src="{{imageUrl}}double-standard/double-standards-badge{{theme === 'DRUG' ? '-drug' :''}}.png?t={{Timestamp}}" |
|
></image> |
|
<view class="container"> |
|
<view class="content"> |
|
<view>点击开始ADL评分</view> |
|
<view>识别症状波动</view> |
|
</view> |
|
<view class="tip">已有{{params.adlUserNum}}人体验</view> |
|
<view class="c-footer"> |
|
<view class="submit" bind:tap="handleOk">立即体验</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-dedicated-doctor {{theme === 'DRUG' && 'drug'}}" wx:if="{{type == 'dedicatedDoctor'}}"> |
|
<view |
|
class="popup-container" |
|
style="background: url('{{imageUrl}}{{theme === 'DRUG' ? 'bg34' : 'bg26'}}.png?t={{Timestamp}}') no-repeat top center/100%" |
|
> |
|
<view class="content"> |
|
<view> |
|
通过 |
|
<text class="high">「专属医生互动」</text> |
|
</view> |
|
<view>医生可远程关注您的健康状态啦</view> |
|
</view> |
|
<view class="btn" bind:tap="handleOk">立即体验</view> |
|
</view> |
|
<image |
|
class="close" |
|
bind:tap="handleCancel" |
|
src="{{imageUrl}}2/close.png?t={{Timestamp}}" |
|
bind:tap="handleCancel" |
|
></image> |
|
</view> |
|
<view class="popup-export-loading-doctor" wx:if="{{type == 'exportLoadingDoctor'}}"> |
|
<image class="badge" src="{{imageUrl}}doctor/export.gif?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="title">正在生成您的ADL报告</view> |
|
<view class="content">导出可能需要一些时间,请您耐心等待</view> |
|
<view class="btn" bind:tap="handleCancel">取消</view> |
|
</view> |
|
</view> |
|
<view class="popup-referral-toast" wx:if="{{type == 'referral-toast'}}"> |
|
<view |
|
class="popup-container" |
|
style="background: url({{imageUrl}}5/referral-toast-bg.png?t={{Timestamp}}) no-repeat top center/100%" |
|
> |
|
<view class="btn" bind:tap="handleOk">确定</view> |
|
</view> |
|
<image |
|
class="close" |
|
bind:tap="handleCancel" |
|
src="{{imageUrl}}2/close.png?t={{Timestamp}}" |
|
bind:tap="handleCancel" |
|
></image> |
|
</view> |
|
<view class="popup-patient-detail-safe-doctor" wx:if="{{type == 'patientDetailSafeDoctor'}}"> |
|
<image class="badge" src="{{imageUrl}}icon80.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="content"> |
|
以下内容涉及患者个人信息,仅用于{{params.HospitalName}}{{params.Name}}医生进行患者随访管理,请在安全环境下查看,不截图,不转发 |
|
</view> |
|
<view class="btn" bind:tap="handleOk">确定</view> |
|
</view> |
|
<image |
|
class="close" |
|
bind:tap="handleCancel" |
|
src="{{imageUrl}}2/close.png?t={{Timestamp}}" |
|
bind:tap="handleCancel" |
|
></image> |
|
</view> |
|
<view class="popup-public-toast" wx:if="{{type == 'public-toast'}}"> |
|
<view |
|
class="popup-container" |
|
style="background: url({{imageUrl}}/5/public-bg1.png?t={{Timestamp}}) no-repeat top center/100%" |
|
> |
|
<image class="code" src="{{imageUrl}}5/code.png?t={{Timestamp}}" show-menu-by-longpress></image> |
|
</view> |
|
<image |
|
class="close" |
|
bind:tap="handleCancel" |
|
src="{{imageUrl}}2/close.png?t={{Timestamp}}" |
|
bind:tap="handleCancel" |
|
></image> |
|
</view> |
|
<view class="popup-site-conform" wx:if="{{type == 'siteConform'}}"> |
|
<image class="badge" src="{{imageUrl}}icon4.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="title">您已选择</view> |
|
<view class="content">{{params.ProvinceName}}{{params.CityName ? '—' + params.CityName : ''}}</view> |
|
<view class="footer"> |
|
<view bind:tap="handleCancel" class="cancel">取消</view> |
|
<button bind:tap="handleOk" open-type="share" class="submit">分享</button> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-level-up" wx:if="{{type == 'adlLevelUp'}}"> |
|
<view |
|
class="popup-container" |
|
style="background: url({{imageUrl}}bg5.png?t={{Timestamp}}) no-repeat top center/100%" |
|
> |
|
<image class="close" bind:tap="handleCancel" src="{{imageUrl}}icon15.png?t={{Timestamp}}"></image> |
|
<image class="btn" bind:tap="handleOk" src="{{imageUrl}}icon16.png?t={{Timestamp}}"></image> |
|
</view> |
|
</view> |
|
<view class="popup-transfer-code" wx:if="{{type == 'transferCode'}}"> |
|
<view |
|
class="popup-container" |
|
style="background: url({{imageUrl}}bg9.png?t={{Timestamp}}) no-repeat top center/100%" |
|
> |
|
<view class="user"> |
|
<image class="avatar" mode="aspectFill" src="{{params.doctorImg}}"></image> |
|
<view class="wrap"> |
|
<view class="name">{{params.doctorName}}</view> |
|
<view class="content">{{params.hospitalName}}</view> |
|
</view> |
|
</view> |
|
<image class="code" src="{{params.url}}"></image> |
|
</view> |
|
</view> |
|
<view class="popup-recommend-doctor" wx:if="{{type == 'recommendDoctor'}}"> |
|
<view |
|
class="popup-container" |
|
style="background: url({{imageUrl}}bg10.png?t={{Timestamp}}) no-repeat top center/100%" |
|
> |
|
<view class="user"> |
|
<image class="avatar" mode="aspectFill" src="{{params.doctorImg}}"></image> |
|
<view class="wrap"> |
|
<view class="name">{{params.doctorName}}</view> |
|
<view class="content">{{params.hospitalName}}</view> |
|
</view> |
|
</view> |
|
<view class="tip">建议您2周内及时复诊</view> |
|
<view class="btn" bind:tap="handleOk">去看看</view> |
|
</view> |
|
</view> |
|
<view class="popup-recommend-bind-doctor" wx:if="{{type == 'recommendBindDoctor'}}"> |
|
<view |
|
class="popup-container" |
|
style="background: url({{imageUrl}}bg11.png?t={{Timestamp}}) no-repeat top center/100%" |
|
> |
|
<view class="user"> |
|
<image class="avatar" mode="aspectFill" src="{{params.DoctorImg}}"></image> |
|
<view class="wrap"> |
|
<view class="name">{{params.DoctorName}}</view> |
|
<view class="content">{{params.HospitalName}}</view> |
|
</view> |
|
</view> |
|
<view class="btn" bind:tap="handleOk">我知道了</view> |
|
</view> |
|
</view> |
|
<view class="popup-fuel-pack" wx:if="{{type == 'fuelPack'}}"> |
|
<view |
|
class="popup-container" |
|
style="background: url('{{imageUrl}}bg13.png?t={{Timestamp}}') no-repeat top center/100%" |
|
bind:tap="handleOk" |
|
> |
|
<image class="close" bind:tap="handleCancel" src="{{imageUrl}}2/close.png?t={{Timestamp}}"></image> |
|
<view class="btn"> |
|
立即参加 |
|
<van-icon name="arrow" /> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-weiyi-confirm" wx:if="{{type == 'weiyiConfirm'}}"> |
|
<view class="popup-container" bind:tap="handleOk"> |
|
<view class="content"> |
|
您即将跳转到微医平台 |
|
<view></view> |
|
申请给力加油包2.0升级版 |
|
<view></view> |
|
2026关爱项目 |
|
</view> |
|
<view class="footer">跳转中 {{params.time}}s</view> |
|
</view> |
|
</view> |
|
<view |
|
class="popup1" |
|
style="background: url('{{imageUrl}}bg4.png?t={{Timestamp}}') no-repeat top center/100% 304rpx" |
|
wx:if="{{type==='popup1'}}" |
|
> |
|
<view class="container"> |
|
<view class="user"> |
|
<button class="avatar-wrapper"> |
|
<image class="avatar" src="{{params.Img}}"></image> |
|
</button> |
|
<view class="wrap"> |
|
<view class="nickname">{{params.Name}}医生</view> |
|
<view class="hostipal"> |
|
{{params.HospitalName}} |
|
<view class="tag" wx:if="{{params.HospitalClassificationName || params.HospitalLevel}}"> |
|
{{params.HospitalClassificationName}}{{params.HospitalLevel}} |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup2" wx:if="{{type==='popup2'}}"> |
|
<image class="p-img" src="{{imageUrl}}bg5.png?t={{Timestamp}}" show-menu-by-longpress></image> |
|
</view> |
|
<view class="popup3" wx:if="{{type==='popup3'}}"> |
|
<image class="p-img" src="{{imageUrl}}bg6.png?t={{Timestamp}}" show-menu-by-longpress></image> |
|
</view> |
|
<view class="popup4" wx:if="{{type==='popup4'}}"> |
|
<image class="p-img" src="{{imageUrl}}bg7.png?t={{Timestamp}}" show-menu-by-longpress></image> |
|
</view> |
|
<view class="popup5" wx:if="{{type==='popup5'}}"> |
|
<view |
|
class="container" |
|
style="background: url('{{imageUrl}}bg9.png?t={{Timestamp}}') no-repeat bottom center/100% 804rpx" |
|
> |
|
<view class="title"> |
|
可 |
|
<view class="tag">转发</view> |
|
报告至 |
|
</view> |
|
<view class="content">"文件传输助手"完成下载</view> |
|
<view class="btn" bind:tap="handleOk">继续</view> |
|
</view> |
|
</view> |
|
<view class="popup6" wx:if="{{type==='popup6'}}"> |
|
<image class="p-img" src="{{imageUrl}}bg32.png?t={{Timestamp}}"></image> |
|
<image class="code" src="{{params.qrCode}}" show-menu-by-longpress></image> |
|
</view> |
|
<view class="popup7" wx:if="{{type==='popup7'}}"> |
|
<image class="badge" src="{{imageUrl}}icon78.png?t={{Timestamp}}"></image> |
|
<view class="contaienr"> |
|
<view class="content">要删除这张照片吗 ?</view> |
|
<view class="footer"> |
|
<view class="cancel" bind:tap="handleCancel">取消</view> |
|
<view class="sure" bind:tap="handleOk">确定</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup8" wx:if="{{type==='popup8'}}"> |
|
<image class="p-img" src="{{imageUrl}}bg23.png?t={{Timestamp}}"></image> |
|
<image class="code" src="{{params.subscribe_img}}" show-menu-by-longpress></image> |
|
</view> |
|
<view class="popup11 {{params.isDoctor ? 'doctor' : theme}}" wx:if="{{type==='popup11'}}"> |
|
<view class="title">我已阅读并同意</view> |
|
<view class="content"> |
|
<text class="link" catch:tap="routerTo" data-url="/doc/pages/privacyAgreement/index?active=1">《用户协议》</text> |
|
<text class="link" catch:tap="routerTo" data-url="/doc/pages/privacyAgreement/index">《隐私政策》</text> |
|
<view></view> |
|
<text class="link" catch:tap="routerTo" data-url="/doc/pages/privacyAgreement/index?active=2">《个人信息共享知情同意书》</text> |
|
</view> |
|
|
|
<view class="footer"> |
|
<view class="cancel" bind:tap="handleCancel">取消</view> |
|
<view wx:if="{{params.customPhone}}" class="sure" bind:tap="handleOk">确定</view> |
|
<button wx:else class="sure" open-type="getPhoneNumber" bindgetphonenumber="handlePhone">确定</button> |
|
</view> |
|
</view> |
|
|
|
<view class="popup9" wx:if="{{type==='popup9'}}"> |
|
<image class="icon" src="{{imageUrl}}icon100.png?t={{Timestamp}}"></image> |
|
<view class="title"> |
|
文字包含不合规内容 |
|
<view></view> |
|
请修改后重新提交 |
|
</view> |
|
<view class="btn" bind:tap="handleOk">知道了</view> |
|
</view> |
|
<view class="popup10" wx:if="{{type==='popup10'}}"> |
|
<view class="title">我已阅读并同意</view> |
|
<view class="content"> |
|
<text class="link" bind:tap="routerTo" data-url="/doc/pages/doc1/index">《隐私保护协议》</text> |
|
</view> |
|
<view class="footer"> |
|
<view class="cancel" bind:tap="handleCancel">取消</view> |
|
<button class="sure" open-type="getPhoneNumber" bindgetphonenumber="handlePhone">确定</button> |
|
</view> |
|
</view> |
|
<view class="popup12" wx:if="{{type==='popup12'}}"> |
|
<view |
|
class="popup-container" |
|
style="background: url('{{imageUrl}}bg29.png?t={{Timestamp}}') no-repeat top center/100%" |
|
> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<image class="avatar" src="{{params.ConsultQwAvatar}}"></image> |
|
<view class="name">{{params.ConsultQwName}}</view> |
|
</view> |
|
<image class="code" mode="aspectFill" src="{{params.ConsultQwImg}}" show-menu-by-longpress></image> |
|
<view class="tip"> |
|
长按识别二维码 |
|
<view></view> |
|
添加客服人员 |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup13" wx:if="{{type==='popup13'}}"> |
|
<view class="popup-container"> |
|
<view class="title">了解双通道/临采/院内用药</view> |
|
<view class="scroll"> |
|
<view class="s-title">什么是"双通道"?</view> |
|
<view class="content"> |
|
"双通道"是指除了医院,患者还能去 |
|
<text class="high">指定药店</text> |
|
买药,而且 |
|
<text class="high">报销比例和医院一样。</text> |
|
</view> |
|
<view class="s-name">"双通道"报销需要注意以下两点</view> |
|
<view class="row"> |
|
<view class="col"> |
|
<view class="order">1</view> |
|
<view class="c-content"> |
|
外配处方通常存在 |
|
<text class="high">有效期</text> |
|
,我们要在有效期内去药店购药; |
|
</view> |
|
</view> |
|
<view class="col"> |
|
<view class="order">2</view> |
|
<view class="c-content"> |
|
药店必须是纳入"双通道"管理的 |
|
<text class="high">定点药店</text> |
|
,才能享受同等报销待遇。 |
|
</view> |
|
</view> |
|
</view> |
|
<view class="s-title">什么是"临采"?</view> |
|
<view class="content"> |
|
"临采"全称是临时采购,适用场景主要是:医院暂时缺货、有突发的治疗需求、或者有特种病例需要紧急用药的情况。 |
|
</view> |
|
<view class="content"> |
|
整个流程有 |
|
<text class="high">明确的时间限制</text> |
|
,是短期解决"缺药"问题的办法, |
|
<text class="high">不适合长期</text> |
|
常规用药。 |
|
</view> |
|
|
|
<view class="s-title">什么是"院内用药"?</view> |
|
<view class="content"> |
|
院内用药就是"在医院看诊-拿药-直接报销"的一站式全流程,也是最传统、最省心的方式,全程 |
|
<text class="high">自动报销</text> |
|
。 |
|
</view> |
|
<view class="s-name">"院内用药"报销需满足两个条件</view> |
|
<view class="row"> |
|
<view class="col"> |
|
<view class="order">1</view> |
|
<view class="c-content"> |
|
医院必须是 |
|
<text class="high">医保定点机构</text> |
|
; |
|
</view> |
|
</view> |
|
<view class="col"> |
|
<view class="order">2</view> |
|
<view class="c-content"> |
|
医生开具的处方要符合药品说明书适应症和医保限定支付范围(即: |
|
<text class="high">中重度甲状腺眼病</text> |
|
)。 |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="btn" bind:tap="handleOk">了解更多详情</view> |
|
</view> |
|
</view> |
|
<view class="popup14" wx:if="{{type==='popup14'}}"> |
|
<image class="badge" src="{{imageUrl}}icon131.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="title">访问直播活动页需切换至患者端</view> |
|
<view class="content">请问是否继续</view> |
|
<view class="btn" bind:tap="handleOk">继续</view> |
|
</view> |
|
</view> |
|
<view class="popup15" wx:if="{{type==='popup15'}}"> |
|
<image class="badge" src="{{imageUrl}}icon155.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="title">确认删除记录?</view> |
|
<view class="content"> |
|
删除 |
|
<text class="date">{{params.recordDate}}</text> |
|
记录 |
|
<view>此操作不可逆,相关照片将永久删除</view> |
|
</view> |
|
<view class="btn" bind:tap="handleOk">确认删除</view> |
|
<view class="cancel" bind:tap="handleCancel">取消</view> |
|
</view> |
|
</view> |
|
<view class="popup16" wx:if="{{type==='popup16'}}"> |
|
<image class="badge" src="{{imageUrl}}icon156.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="title">您的记录还未保存</view> |
|
<view class="p-footer"> |
|
<view class="cancel" bind:tap="handleCancel">退出</view> |
|
<view class="sure" bind:tap="handleOk">保存记录</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup17" wx:if="{{type==='popup17'}}"> |
|
<image class="badge" src="{{imageUrl}}icon156.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="title"> |
|
您有裁剪的照片 |
|
<view></view> |
|
现在退出会被清空 |
|
</view> |
|
<view class="p-footer"> |
|
<view class="cancel" bind:tap="handleCancel">取消</view> |
|
<view class="sure" bind:tap="handleOk">继续退出</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup18" wx:if="{{type==='popup18'}}"> |
|
<image class="badge" src="{{imageUrl}}icon156.png?t={{Timestamp}}"></image> |
|
<view class="popup-container"> |
|
<view class="title">是否替换已有基准照</view> |
|
<view class="p-footer"> |
|
<view class="cancel" bind:tap="handleCancel">取消</view> |
|
<view class="sure" bind:tap="handleOk">确认替换</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="popup-feedback" wx:if="{{type==='feedback'}}"> |
|
<view |
|
class="popup-container" |
|
style="background:url('{{imageUrl}}{{theme === 'DRUG' ? 'bg31' : 'bg27'}}.png?t={{Timestamp}}') no-repeat top center/100%" |
|
> |
|
<image class="code" src="{{feedbackQrCode}}" show-menu-by-longpress></image> |
|
</view> |
|
</view> |
|
<view class="popup-feedback" wx:if="{{type==='doctor-feedback'}}"> |
|
<view |
|
class="popup-container" |
|
style="background:url('{{imageUrl}}bg33.png?t={{Timestamp}}') no-repeat top center/100%" |
|
> |
|
<image class="code" src="{{feedbackQrCode}}" show-menu-by-longpress></image> |
|
</view> |
|
</view> |
|
<view class="popup-follow" wx:if="{{type==='follow'}}"> |
|
<view |
|
class="popup-container" |
|
style="background:url('{{imageUrl}}bg32.png?t={{Timestamp}}') no-repeat top center/100%" |
|
> |
|
<image class="code" src="{{followQrCode}}" show-menu-by-longpress></image> |
|
</view> |
|
</view> |
|
|
|
<image |
|
wx:if="{{params.close}}" |
|
class="close" |
|
src="{{imageUrl}}2/close.png?t={{Timestamp}}" |
|
bind:tap="handleCancel" |
|
></image> |
|
</van-popup>
|
|
|