mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 07:16:43 +08:00
Merge branch 'feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求' into dev
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<van-cell-group v-if="payStatus == 1">
|
<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 title="支付金额" :value="`${payInfo.amnt}元` | moneyFormat" v-if="payInfo.amnt != ''" />
|
||||||
<van-cell v-if="card.bankCode" title="卡号" :value="card.bankCode" />
|
<van-cell v-if="card.bankCode" title="卡号" :value="card.bankCode" />
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
|
|||||||
@@ -85,6 +85,7 @@ export default {
|
|||||||
// })
|
// })
|
||||||
},
|
},
|
||||||
gotoInformation() {
|
gotoInformation() {
|
||||||
|
if (this.productCode == 'GFRS_M0041') {
|
||||||
Dialog.confirm({
|
Dialog.confirm({
|
||||||
title: '温馨提示',
|
title: '温馨提示',
|
||||||
messageAlign: 'left',
|
messageAlign: 'left',
|
||||||
@@ -108,6 +109,17 @@ export default {
|
|||||||
.catch(() => {
|
.catch(() => {
|
||||||
// on cancel
|
// on cancel
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'h5',
|
||||||
|
extra: {
|
||||||
|
url: location.origin + '/#/cardList/information',
|
||||||
|
},
|
||||||
|
routerInfo: {
|
||||||
|
path: '/cardList/information',
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
},
|
},
|
||||||
async getData(code) {
|
async getData(code) {
|
||||||
let data = {
|
let data = {
|
||||||
|
|||||||
Reference in New Issue
Block a user