Forráskód Böngészése

支付组件默认修改

zaijin 2 éve
szülő
commit
e0148cde9a
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      pages/choosePayment/choosePayment.vue

+ 3 - 1
pages/choosePayment/choosePayment.vue

@@ -279,7 +279,9 @@ export default {
       this.alipayEnv = getEnvIsAlipay();
       this.alipayEnv = getEnvIsAlipay();
       if (this.projectFlag === 'zhenning') {
       if (this.projectFlag === 'zhenning') {
         this.radioCurrent = 'weixinzn';
         this.radioCurrent = 'weixinzn';
-      } else if (this.wxEnv) {
+      } else if (this.projectFlag === 'wudang') {
+				 this.radioCurrent = 'juhe';
+			} else if (this.wxEnv) {
         this.radioCurrent = 'weixin';
         this.radioCurrent = 'weixin';
       } else {
       } else {
         this.radioCurrent = 'juhe';
         this.radioCurrent = 'juhe';