提交 7e6f5cf0 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'feature/zjx' into 'release'

Feature/zjx

See merge request !147
......@@ -117,6 +117,7 @@ export default {
});
},
selectItem() {
if (this.selectTimes === '') {
return;
}
......
......@@ -171,6 +171,7 @@
style="font-weight:600"
href="tel:400-006-5252"
>400-006-5252</a>
<div>周一到周五8点~18点,双休日9点~18点</div>
</div>
</div>
<SelectHospital
......@@ -802,7 +803,6 @@ export default {
}
.appoint-tel{
margin-top: 25px;
height: 22px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
......
......@@ -95,14 +95,16 @@
>
<div class="tip-grey-dot" />
{{insuranceInfo && insuranceInfo.detectionKind == 0 ? '请在预约日期前往预约医院完成采样。无需空腹,采样前三天可适当清淡饮食;' : '请在预约日前往现场领取产品;' }}
{{ insuranceInfo && insuranceInfo.detectionKind == 0 ? '请在预约日期前往预约医院完成采样。无需空腹,采样前三天可适当清淡饮食;' : '请在预约日前往现场领取产品;' }}
</div>
<div class="tip-grey">
<div class="tip-grey-dot" />
{{insuranceInfo && insuranceInfo.detectionKind == 0 ? '注意携带好您投保时注册的手机前往,凭手机号扫码确认采样;' : '注意携带好投保时注册的手机前往,凭手机号扫码确认领取成功;' }}
{{ insuranceInfo && insuranceInfo.detectionKind == 0 ? '注意携带好您投保时注册的手机前往,凭手机号扫码确认采样;' : '注意携带好投保时注册的手机前往,凭手机号扫码确认领取成功;' }}
</div>
<div v-if="insuranceInfo && insuranceInfo.detectionKind == 0" class="tip-grey">
<div
v-if="insuranceInfo && insuranceInfo.detectionKind == 0"
class="tip-grey"
>
<div class="tip-grey-dot" />
预计7-10个工作日电子报告将返回至您的手机,届时将提供进一步的报告解读服务,请注意查收。
</div>
......@@ -164,6 +166,7 @@
style="font-weight:600"
href="tel:400-006-5252"
>400-006-5252</a>
<div>周一到周五8点~18点,双休日9点~18点</div>
</div>
<div
v-if="!expireFlag"
......@@ -174,7 +177,7 @@
class="detail-btn-bottom-tips"
>
<van-icon name="warning-o" />
请在预约日前往预约地{{ isUnderLine ? '领取产品' : '完成采样' }},并点击按钮绑定{{insuranceInfo && insuranceInfo.detectionKind == 0 ? '采样码' : '条形码'}}
请在预约日前往预约地{{ isUnderLine ? '领取产品' : '完成采样' }},并点击按钮绑定{{ insuranceInfo && insuranceInfo.detectionKind == 0 ? '采样码' : '条形码' }}
</div>
<div
class="detail-btn btn-empty reAppoint"
......@@ -186,7 +189,7 @@
class="detail-btn"
@click="bindingCode"
>
绑定{{insuranceInfo && insuranceInfo.detectionKind == 0 ? '采样码' : '条形码'}}
绑定{{ insuranceInfo && insuranceInfo.detectionKind == 0 ? '采样码' : '条形码' }}
</div>
</div>
<div
......@@ -771,7 +774,6 @@ export default {
}
.appoint-detail-tel{
margin-top: 25px;
height: 22px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
......
......@@ -454,6 +454,7 @@ export default {
}
});
},
callPhone() {}
}
};
......
......@@ -10,12 +10,15 @@
<template v-if="!needDetect">
<div class="info-top">
<div class="info-top-title">
防癌专家提醒您尽快{{insuranceInfo.detectionKind == 0 ? '进行' : '领取'}}
防癌专家提醒您尽快{{ insuranceInfo.detectionKind == 0 ? '进行' : '领取' }}
</div>
<div class="info-top-name">
{{ detectionName }}
</div>
<div v-if="insuranceInfo && insuranceInfo.detectionKind == 0" class="info-top-tips">
<div
v-if="insuranceInfo && insuranceInfo.detectionKind == 0"
class="info-top-tips"
>
<div class="tips-item">
<div class="tips-item-dot" />
DNA甲基化检测技术,对比传统肿瘤标志物检查,早期癌变检出率高5-10倍
......@@ -29,7 +32,10 @@
检测报告阳性,最高可报销300元复查费用
</div>
</div>
<div v-if="insuranceInfo && insuranceInfo.detectionKind == 1" class="info-top-tips">
<div
v-if="insuranceInfo && insuranceInfo.detectionKind == 1"
class="info-top-tips"
>
<div class="tips-item">
<div class="tips-item-dot" />
居家快速自测、方便卫生、轻松操作
......@@ -47,7 +53,7 @@
>
<div class="info-tips">
{{insuranceInfo && insuranceInfo.detectionKind == 0 ? '点击上方按钮预约,并前往预约的医疗机构采样' : '点击上方按钮预约,并前往预约的医疗机构领取产品'}}
{{ insuranceInfo && insuranceInfo.detectionKind == 0 ? '点击上方按钮预约,并前往预约的医疗机构采样' : '点击上方按钮预约,并前往预约的医疗机构领取产品' }}
</div>
</template>
<template v-else>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册