mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 04:56:45 +08:00
Merge branch 'feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求' into dev
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
</div>
|
||||
|
||||
<van-cell-group v-if="payStatus == 1">
|
||||
<van-cell title="产品名称" :value="card.appntName" />
|
||||
<!-- <van-cell title="产品名称" :value="card.appntName" /> -->
|
||||
<van-cell title="付款人" :value="card.appntName" />
|
||||
<van-cell title="支付金额" :value="`${payInfo.amnt}元` | moneyFormat" v-if="payInfo.amnt != ''" />
|
||||
<van-cell v-if="card.bankCode" title="卡号" :value="card.bankCode" />
|
||||
</van-cell-group>
|
||||
|
||||
@@ -85,12 +85,13 @@ export default {
|
||||
// })
|
||||
},
|
||||
gotoInformation() {
|
||||
if (this.productCode == 'GFRS_M0041') {
|
||||
Dialog.confirm({
|
||||
title: '温馨提示',
|
||||
messageAlign:'left',
|
||||
confirmButtonColor:'#ee0a24',
|
||||
confirmButtonText:'立即投保',
|
||||
cancelButtonText:'返回',
|
||||
messageAlign: 'left',
|
||||
confirmButtonColor: '#ee0a24',
|
||||
confirmButtonText: '立即投保',
|
||||
cancelButtonText: '返回',
|
||||
message: `1、您即将进入投保流程,为维护您的合法权益,投保时请您务必仔细阅读和确认保险条款、投保须知、免除保险人责任条款、犹豫期条款等页面所有内容。<br/>2.您的投保过程和操作将被记录。`,
|
||||
})
|
||||
.then(() => {
|
||||
@@ -108,6 +109,17 @@ export default {
|
||||
.catch(() => {
|
||||
// on cancel
|
||||
})
|
||||
} else {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/cardList/information',
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/cardList/information',
|
||||
},
|
||||
})
|
||||
}
|
||||
},
|
||||
async getData(code) {
|
||||
let data = {
|
||||
|
||||
Reference in New Issue
Block a user