Merge branch 'feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求' into dev

This commit is contained in:
proudlx
2021-04-09 16:53:07 +08:00
2 changed files with 37 additions and 24 deletions

View File

@@ -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>

View File

@@ -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 = {