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

Merge branch 'feature/zjx' into 'release'

Feature/zjx

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