feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求--修改填写投保人保障方案字段信息,修改保障方案列表值,修改验证码页,修改验证码页手机号和验证码,修改阅读文章页面,文章列表缓存与修改文章列表状态

This commit is contained in:
庞兴月
2021-04-06 13:36:05 +08:00
parent 18afae1bf5
commit 4b70a1f2c3
4 changed files with 122 additions and 80 deletions

View File

@@ -66,21 +66,7 @@ export default {
appntInfo: {},
// 投保人签名阅读信息
appntSign: [
{
documentName: '短期交通卡投保须知',
documentUrl: this.$assetsUrl + 'product/GFRS_M0022/M0022Notice.pdf',
documentStatus: '1',
},
{
documentName: '短期交通卡投保声明',
documentUrl: this.$assetsUrl + 'product/GFRS_M0022/M0022Explain.pdf',
documentStatus: '1',
},
{
documentName: '国富人寿综合交通意外保险2020',
documentUrl: this.$assetsUrl + 'product/GFRS_M0022/M0022.pdf',
documentStatus: '2',
},
],
// 折叠面板
activeNames: ['1'],
@@ -99,12 +85,13 @@ export default {
},
methods: {
// 初始化
async init() {
console.log(this.orderDTO, '=================this.orderDTO===================')
async init() {
this.recmd = this.orderDTO.recmdDTO
this.orderInfo = this.orderDTO.orderInfoDTO
this.appntInfo = this.orderDTO.appntDTO
// localStorage.setItem('cardListPDF', JSON.stringify(this.orderDTO.ebizSignDTOS))
this.appntSign = this.orderDTO.ebizSignDTOS
// if (this.isWeixin) {
// await this.getOrderDetail()
// // weixinShare({
@@ -125,8 +112,7 @@ export default {
return item.documentStatus != 1
})
if (is_sign) {
// 有未阅读的文件
localStorage.setItem('cardListPDF', JSON.stringify(this.appntSign))
// 有未阅读的文件
this.$jump({
flag: 'h5',
extra: {