mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 03:56:44 +08:00
提交
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
// 支付参数大小写转换
|
||||
|
||||
Reference in New Issue
Block a user