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

lz-insurance

上级 432a0744
...@@ -92,16 +92,17 @@ ...@@ -92,16 +92,17 @@
</div> </div>
<van-popup <van-popup
v-model="showProtocol" v-model="showProtocol"
:style="{ height: '200px',width: '300px', }" :style="{ height: '230px',width: '300px', }"
:transition-appear="true" :transition-appear="false"
:close-on-click-overlay="false" :close-on-click-overlay="false"
> >
<div <div
v-if="showProtocol" v-if="showProtocol"
class="protocol-content" class="protocol-content"
> >
<div class="block70 f20">身份校验通过</div>
<div class="block70"> <div class="block70">
确认参保人信息准确无误 点击“领取权益”按钮填写预约领取信息
</div> </div>
<div class="submit-button submit-button-empty"> <div class="submit-button submit-button-empty">
<wx-open-launch-weapp <wx-open-launch-weapp
...@@ -125,6 +126,7 @@ ...@@ -125,6 +126,7 @@
<script> <script>
import { createOrderSzV2} from '@/api/question'; import { createOrderSzV2} from '@/api/question';
let that;
export default { export default {
data() { data() {
return { return {
...@@ -163,6 +165,7 @@ export default { ...@@ -163,6 +165,7 @@ export default {
}, },
}, },
mounted() { mounted() {
that = this;
const {externalOrderNo, projectEquityNo} = this.$route.query; const {externalOrderNo, projectEquityNo} = this.$route.query;
this.projectEquityNo = projectEquityNo; this.projectEquityNo = projectEquityNo;
this.externalOrderNo = externalOrderNo; this.externalOrderNo = externalOrderNo;
...@@ -219,6 +222,7 @@ export default { ...@@ -219,6 +222,7 @@ export default {
}, },
handleLaunchFn(e) { handleLaunchFn(e) {
console.log('handleLaunchFn', e); console.log('handleLaunchFn', e);
that.showProtocol = false;
}, },
} }
}; };
...@@ -355,13 +359,16 @@ export default { ...@@ -355,13 +359,16 @@ export default {
} }
.protocol-content{ .protocol-content{
padding: 20px; padding: 20px;
padding-top: 50px;
border-radius: 20px; border-radius: 20px;
} }
.block70{ .block70{
font-size: 14px; font-size: 14px;
color: #212121!important; color: #212121!important;
text-align: center; text-align: center;
margin-top: 15px;
}
.f20{
font-size: 20px;
} }
.submit-button { .submit-button {
position: relative; position: relative;
...@@ -377,5 +384,8 @@ export default { ...@@ -377,5 +384,8 @@ export default {
margin: 0 auto; margin: 0 auto;
margin-top: 30px; margin-top: 30px;
} }
/deep/.van-popup--center{
border-radius: 20px;
}
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册