feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求--增加更新险种阅读接口,支付页面修改,添加模拟数据,更新险种文档阅读状态接口--提交人庞兴月

This commit is contained in:
pangxingyue
2021-04-02 16:01:02 +08:00
parent f151a33869
commit 83fdcbb9d0
6 changed files with 957 additions and 443 deletions

View File

@@ -19,7 +19,7 @@
<p class="mb20">以下内容需要您按照顺序阅读确认:</p>
<div>
<p>需阅读</p>
<p class="mb20" v-for="item in appntSign" :key="item.name">
<p class="mb20" v-for="item in appntSign" :key="item.signId">
<span class="text">{{ item.documentName }}</span>
<img :src="src" v-if="item.documentStatus == '1'" />
</p>
@@ -100,9 +100,11 @@ export default {
methods: {
// 初始化
async init() {
console.log(this.orderDTO, '=================this.orderDTO===================')
this.recmd = this.orderDTO.recmdDTO
this.orderInfo = this.orderDTO.orderInfoDTO
this.appntInfo = this.orderDTO.appntDTO
this.appntSign = this.orderDTO.ebizSignDTOS
// if (this.isWeixin) {
// await this.getOrderDetail()
// // weixinShare({
@@ -140,8 +142,7 @@ export default {
return this.$jump({
flag: 'h5',
extra: {
title: this.appntSign[index].documentName,
// url: 'http://47.96.143.111/pdfjs/web/viewer.html?file=' + url //测试代码
title: this.appntSign[index].documentName,
url: location.origin + '/#/cardList/pay',
},
routerInfo: {
@@ -149,7 +150,7 @@ export default {
},
})
//需要全部提交
this.$toast.loading({
/** this.$toast.loading({
duration: 0, // 持续展示 toast
forbidClick: true, // 禁用背景点击
@@ -175,7 +176,7 @@ export default {
} else {
this.$toast(res.resultMessage)
}
})
})**/
}
},
},