mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 10:46:44 +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,6 +85,7 @@ export default {
|
||||
// })
|
||||
},
|
||||
gotoInformation() {
|
||||
if (this.productCode == 'GFRS_M0041') {
|
||||
Dialog.confirm({
|
||||
title: '温馨提示',
|
||||
messageAlign: 'left',
|
||||
@@ -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