mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 01:46:45 +08:00
【国富惠桂保团体医疗保险产品上线金掌桂投保开发需求】团险与非团险支付分享页面统一脚本,支付分享页面添加isGroupCard:'' //1 团险标识
This commit is contained in:
@@ -289,7 +289,8 @@ export default {
|
||||
isAreaListShow: false,
|
||||
accBankProvince: '',
|
||||
accBankCity: '',
|
||||
areaStr: ''
|
||||
areaStr: '',
|
||||
isGroupCard:'' //1 团险标识
|
||||
}
|
||||
},
|
||||
created() {
|
||||
@@ -547,6 +548,8 @@ export default {
|
||||
this.underWriteData.cardBookCode =
|
||||
res.orderDTO.orderAccountDTO.cardBookCode !== null ? res.orderDTO.orderAccountDTO.cardBookCode : this.$route.query.bankCode
|
||||
this.bankListName = res.orderDTO.orderAccountDTO.bankName !== null ? res.orderDTO.orderAccountDTO.bankName : this.$route.query.bankListName
|
||||
// isGroupCard 1 团险标识
|
||||
this.isGroupCard = res.orderDTO.orderInfoDTO.isGroupCard
|
||||
// if (this.isWeixin) {
|
||||
// this.pay()
|
||||
// }
|
||||
@@ -817,7 +820,7 @@ export default {
|
||||
localStorage.bankCode = this.underWriteData.bankCode
|
||||
localStorage.bankListName = this.bankListName
|
||||
let res = await getShareParam({ shareType: 'card_pay' })
|
||||
let url = location.origin + '/#/cardList/phoneCode?orderNo=' + localStorage.orderNo + '&token=' + res.content
|
||||
let url = location.origin + '/#/cardList/phoneCode?orderNo=' + localStorage.orderNo + '&token=' + res.content + '&isGroupCard=' + this.isGroupCard
|
||||
if (res.result == '0') {
|
||||
EWebBridge.webCallAppInJs('bridge', {
|
||||
flag: 'share',
|
||||
|
||||
Reference in New Issue
Block a user