From 890da1bd2b8317439e4e1d64d7511c8db2d2f0de Mon Sep 17 00:00:00 2001 From: "pang.lizong" Date: Fri, 27 Sep 2019 17:53:05 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=94=AF=E4=BB=98--=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E4=BF=A1=E6=81=AF=E9=A2=84=E8=A7=88=E9=A1=B5=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=88=B0=E7=9C=9F=E5=AE=9E=E4=BF=A1=E6=81=AF=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/PayMent.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/sale/PayMent.vue b/src/views/ebiz/sale/PayMent.vue index 0d2e3ca31..722755524 100644 --- a/src/views/ebiz/sale/PayMent.vue +++ b/src/views/ebiz/sale/PayMent.vue @@ -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 } // 支付参数大小写转换