mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 09:16:43 +08:00
feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求--修改填写投保人保障方案字段信息,修改保障方案列表值,修改验证码页,修改验证码页手机号和验证码,修改阅读文章页面,文章列表缓存与修改文章列表状态
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user