提交 a4349c21 编写于 作者: 张磊's avatar 张磊

new ui

上级 2e10a657
...@@ -109,6 +109,20 @@ ...@@ -109,6 +109,20 @@
提交 提交
</div> </div>
</div> </div>
<div class="tel-wrap">
<div class="l-left">
在线客服入口: &nbsp;
</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 <van-popup
v-model="showProtocol" v-model="showProtocol"
position="bottom" position="bottom"
...@@ -401,6 +415,7 @@ export default { ...@@ -401,6 +415,7 @@ export default {
} }
}); });
}, },
callPhone() {}
} }
}; };
...@@ -726,6 +741,29 @@ export default { ...@@ -726,6 +741,29 @@ export default {
white-space: nowrap; 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} .mt20{padding-top: 20px}
</style> </style>
......
...@@ -13,13 +13,14 @@ ...@@ -13,13 +13,14 @@
z-index: 1; z-index: 1;
.status { .status {
padding: 16px 0; padding: 16px 0;
display: flex;
align-items: center;
img { img {
width: 27px; width: 57px;
height: 66px;
margin: 0 auto;
} }
div { .text {
padding-left: 9px; text-align: center;
margin: 0 auto;
width: 120px; width: 120px;
height: 20px; height: 20px;
font-size: 20px; font-size: 20px;
...@@ -30,6 +31,10 @@ ...@@ -30,6 +31,10 @@
} }
.content { .content {
height: auto; height: auto;
position: relative;
top: 20px;
box-shadow: 0px 15px 10px 0px rgba(229,248,245,0.4);
border-radius: 20px;
.info { .info {
width: 100%; width: 100%;
height: auto; height: auto;
...@@ -70,7 +75,7 @@ ...@@ -70,7 +75,7 @@
width: auto; width: auto;
height: auto; height: auto;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 600;
color: #212121; color: #212121;
flex: 1; flex: 1;
line-height: 20px; line-height: 20px;
...@@ -151,6 +156,18 @@ ...@@ -151,6 +156,18 @@
justify-content: center; 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%;
}
}
} }
...@@ -8,17 +8,28 @@ ...@@ -8,17 +8,28 @@
<div class="detail-box"> <div class="detail-box">
<div class="status"> <div class="status">
<img <img
src="https://files.yunqueyi.com/image/png/common/20220816135250298.png" src="https://files.yunqueyi.com/image/png/common/20230301101427839.png"
alt="success" alt="success"
> >
<div>提交成功</div> <div class="text">提交成功</div>
</div> </div>
<div class="content"> <div class="content">
<div class="info"> <div class="info">
<!-- <div class="success-title">-->
<!-- 请将以下信息展示给采样医生-->
<!-- </div>-->
<div class="blue-wrap"> <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"> <div class="list">
<p class="l-left"> <p class="l-left">
受检人: 受检人:
...@@ -39,28 +50,15 @@ ...@@ -39,28 +50,15 @@
{{ dataDetail.checkName || '--' }} {{ dataDetail.checkName || '--' }}
</p> </p>
</div> </div>
<div class="list"> <!-- <div class="list">-->
<p class="l-left"> <!-- <p class="l-left">-->
检测编号: <!-- 检测编号:-->
</p> <!-- </p>-->
<p class="l-right"> <!-- <p class="l-right">-->
{{ dataDetail.recordNo || '--' }} <!-- {{ dataDetail.recordNo || '&#45;&#45;' }}-->
</p> <!-- </p>-->
</div> <!-- </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> </div>
</div> </div>
</div> </div>
...@@ -76,6 +74,9 @@ ...@@ -76,6 +74,9 @@
查看我的检测 查看我的检测
</div> </div>
</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> </div>
</template> </template>
<script> <script>
...@@ -107,7 +108,7 @@ export default { ...@@ -107,7 +108,7 @@ export default {
const {detectionRecordId, yunOrderNo} = this.$route.query; const {detectionRecordId, yunOrderNo} = this.$route.query;
this.detectionRecordId = detectionRecordId; this.detectionRecordId = detectionRecordId;
this.yunOrderNo = yunOrderNo; this.yunOrderNo = yunOrderNo;
this.init(); // this.init();
}, },
mounted() { mounted() {
}, },
...@@ -141,6 +142,9 @@ export default { ...@@ -141,6 +142,9 @@ export default {
document.body.removeChild(input); document.body.removeChild(input);
this.$toast('已复制'); this.$toast('已复制');
}, },
towechat() {
window.location.href = 'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIyOTY2MTI0MQ==#wechat_redirect';
}
}, },
}; };
</script> </script>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册