From 3b16e035e32dc0c80a85ae1c788607bf63bcd919 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 11 Sep 2023 13:54:36 +0800 Subject: [PATCH] =?UTF-8?q?feature=20GFRS-3716=20=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=8F=82=E6=95=B0=E6=8E=A5=E5=8F=A3=E5=85=A5?= =?UTF-8?q?=E5=8F=82=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/PayMent.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/sale/PayMent.vue b/src/views/ebiz/sale/PayMent.vue index 0d7a4b36c..67e9c3fe0 100644 --- a/src/views/ebiz/sale/PayMent.vue +++ b/src/views/ebiz/sale/PayMent.vue @@ -77,7 +77,7 @@ >去支付 -
+
去支付 @@ -165,7 +165,7 @@ export default { }, created() { if (this.isWeixin) { - this.radio = '3' + this.radio = 'WXJSAPI' this.isLoading = true } }, @@ -485,7 +485,7 @@ export default { const bankCode = JSON.parse(window.localStorage.getItem('underWriteData')).bankCode; // 1.微信支付方式 2.银行卡支付 且 招商银行卡 需要签约 20220426 招商银行不走官微签约,同其他银行签约流程 // if (!((this.radio == '' && ('CMB' == bankCode || '308' == bankCode)) || this.radio == '3')){ - if (!(this.radio == '3')){ + if (!(this.radio == 'WXJSAPI')){ isNeedSignFlag = false; return true; }