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
提交
a4349c21
提交
a4349c21
编写于
3月 01, 2023
作者:
张磊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
new ui
上级
2e10a657
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
93 行增加
和
34 行删除
+93
-34
insurance-bind-code.vue
src/views/insurance-bind-code/insurance-bind-code.vue
+38
-0
index.scss
src/views/insurance-bindCode-success/index.scss
+23
-6
insurance-bindCode-success.vue
...insurance-bindCode-success/insurance-bindCode-success.vue
+32
-28
未找到文件。
src/views/insurance-bind-code/insurance-bind-code.vue
浏览文件 @
a4349c21
...
...
@@ -109,6 +109,20 @@
提交
</div>
</div>
<div
class=
"tel-wrap"
>
<div
class=
"l-left"
>
在线客服入口:
</div>
<div
class=
"l-right"
>
<img
class=
"l-right-img"
src=
"https://files.yunqueyi.com/image/png/common/20230207134347503.png"
/>
<a
href=
"tel:400-00605252"
>
400-00605252
</a>
</div>
</div>
<van-popup
v-model=
"showProtocol"
position=
"bottom"
...
...
@@ -401,6 +415,7 @@ export default {
}
});
},
callPhone
()
{}
}
};
...
...
@@ -726,6 +741,29 @@ export default {
white-space
:
nowrap
;
}
}
.tel-wrap
{
font-size
:
14px
;
font-weight
:
400
;
color
:
#666666
;
width
:
100%
;
text-align
:
center
;
position
:
absolute
;
bottom
:
50px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
.l-right
{
color
:
#00BDA5
;
display
:
flex
;
align-items
:
center
;
}
.l-right-img
{
width
:
12px
;
height
:
12px
;
position
:
relative
;
//top: 1px;
}
}
}
.mt20
{
padding-top
:
20px
}
</
style
>
...
...
src/views/insurance-bindCode-success/index.scss
浏览文件 @
a4349c21
...
...
@@ -13,13 +13,14 @@
z-index
:
1
;
.status
{
padding
:
16px
0
;
display
:
flex
;
align-items
:
center
;
img
{
width
:
27px
;
width
:
57px
;
height
:
66px
;
margin
:
0
auto
;
}
div
{
padding-left
:
9px
;
.text
{
text-align
:
center
;
margin
:
0
auto
;
width
:
120px
;
height
:
20px
;
font-size
:
20px
;
...
...
@@ -30,6 +31,10 @@
}
.content
{
height
:
auto
;
position
:
relative
;
top
:
20px
;
box-shadow
:
0px
15px
10px
0px
rgba
(
229
,
248
,
245
,
0
.4
);
border-radius
:
20px
;
.info
{
width
:
100%
;
height
:
auto
;
...
...
@@ -70,7 +75,7 @@
width
:
auto
;
height
:
auto
;
font-size
:
14px
;
font-weight
:
5
00
;
font-weight
:
6
00
;
color
:
#212121
;
flex
:
1
;
line-height
:
20px
;
...
...
@@ -151,6 +156,18 @@
justify-content
:
center
;
}
}
.wechat-wrap
{
position
:
absolute
;
bottom
:
50px
;
left
:
calc
(
50%
-
175px
);
margin
:
0
auto
;
width
:
350px
;
height
:
70px
;
img
{
width
:
100%
;
height
:
100%
;
}
}
}
src/views/insurance-bindCode-success/insurance-bindCode-success.vue
浏览文件 @
a4349c21
...
...
@@ -8,17 +8,28 @@
<div
class=
"detail-box"
>
<div
class=
"status"
>
<img
src=
"https://files.yunqueyi.com/image/png/common/202
20816135250298
.png"
src=
"https://files.yunqueyi.com/image/png/common/202
30301101427839
.png"
alt=
"success"
>
<div>
提交成功
</div>
<div
class=
"text"
>
提交成功
</div>
</div>
<div
class=
"content"
>
<div
class=
"info"
>
<!--
<div
class=
"success-title"
>
-->
<!-- 请将以下信息展示给采样医生-->
<!--
</div>
-->
<div
class=
"blue-wrap"
>
<div
class=
"list"
>
<div
class=
"l-left"
>
条形码:
</div>
<div
class=
"l-right"
>
{{
dataDetail
.
sampleCode
||
'--'
}}
<div
class=
"l-copy"
@
click=
"copyText(dataDetail.sampleCode)"
>
复制
</div>
</div>
</div>
<div
class=
"list"
>
<p
class=
"l-left"
>
受检人:
...
...
@@ -39,28 +50,15 @@
{{
dataDetail
.
checkName
||
'--'
}}
</p>
</div>
<div
class=
"list"
>
<p
class=
"l-left"
>
检测编号:
</p>
<p
class=
"l-right"
>
{{
dataDetail
.
recordNo
||
'--'
}}
</p>
</div>
<div
class=
"list"
>
<div
class=
"l-left"
>
条形码:
</div>
<div
class=
"l-right"
>
{{
dataDetail
.
sampleCode
||
'--'
}}
<div
class=
"l-copy"
@
click=
"copyText(dataDetail.sampleCode)"
>
复制
</div>
</div>
</div>
<!--
<div
class=
"list"
>
-->
<!--
<p
class=
"l-left"
>
-->
<!-- 检测编号:-->
<!--
</p>
-->
<!--
<p
class=
"l-right"
>
-->
<!--
{{
dataDetail
.
recordNo
||
'--'
}}
-->
<!--
</p>
-->
<!--
</div>
-->
</div>
</div>
</div>
...
...
@@ -76,6 +74,9 @@
查看我的检测
</div>
</div>
<div
v-if=
"picaWechat == 'wechat'"
class=
"wechat-wrap"
@
click=
"towechat"
>
<img
src=
"https://files.yunqueyi.com/image/png/common/20230301135441279.png"
alt=
""
>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -107,7 +108,7 @@ export default {
const
{
detectionRecordId
,
yunOrderNo
}
=
this
.
$route
.
query
;
this
.
detectionRecordId
=
detectionRecordId
;
this
.
yunOrderNo
=
yunOrderNo
;
this
.
init
();
//
this.init();
},
mounted
()
{
},
...
...
@@ -141,6 +142,9 @@ export default {
document
.
body
.
removeChild
(
input
);
this
.
$toast
(
'已复制'
);
},
towechat
()
{
window
.
location
.
href
=
'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIyOTY2MTI0MQ==#wechat_redirect'
;
}
},
};
</
script
>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录