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; }