1、支付--支付信息预览页切换到真实信息展示

This commit is contained in:
pang.lizong
2019-09-27 17:53:05 +08:00
parent 2fcc7b007a
commit 890da1bd2b

View File

@@ -139,7 +139,7 @@ export default {
this.srcImg = this.$assetsUrl + `images/bank/bank_${JSON.parse(window.localStorage.getItem('underWriteData')).bankCode}.png`
}
// todo: remark
console.log('--支付信息:', JSON.stringify(this.underWriteData))
// todo: for debug need to delete.
// this.underWriteData = {appntName:'测试',orderAmount:'123',accountName:'姓名',cardBookCode:'6228481200290317812',bankCode:'ABC',bankName:'银行名称'}
},
@@ -164,7 +164,8 @@ export default {
this.payStatus = res.payStatus
if(this.payStatus == '1'){
// this.$toast({message:''}) // todo
this.$toast({message:'当前投保单已支付成功,请返回列表页查询',duration:5000})
return
}
// 支付参数大小写转换