Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-insurance
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.frontend
pica-insurance
提交
7e6f5cf0
提交
7e6f5cf0
编写于
3月 21, 2023
作者:
张敬贤
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'feature/zjx' into 'release'
Feature/zjx See merge request
!147
上级
766d1532
4f1361c4
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
22 行增加
和
12 行删除
+22
-12
index.vue
src/components/selectTime/index.vue
+1
-0
index.vue
src/views/appoint/index.vue
+1
-1
index.vue
src/views/appointDetails/index.vue
+9
-7
insurance-bind-code.vue
src/views/insurance-bind-code/insurance-bind-code.vue
+1
-0
insuranceQuestionResult.vue
...ews/insurance-question-result/insuranceQuestionResult.vue
+10
-4
未找到文件。
src/components/selectTime/index.vue
浏览文件 @
7e6f5cf0
...
...
@@ -117,6 +117,7 @@ export default {
});
},
selectItem
()
{
if
(
this
.
selectTimes
===
''
)
{
return
;
}
...
...
src/views/appoint/index.vue
浏览文件 @
7e6f5cf0
...
...
@@ -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
;
...
...
src/views/appointDetails/index.vue
浏览文件 @
7e6f5cf0
...
...
@@ -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
;
...
...
src/views/insurance-bind-code/insurance-bind-code.vue
浏览文件 @
7e6f5cf0
...
...
@@ -454,6 +454,7 @@ export default {
}
});
},
callPhone
()
{}
}
};
...
...
src/views/insurance-question-result/insuranceQuestionResult.vue
浏览文件 @
7e6f5cf0
...
...
@@ -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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录