Преглед на файлове

支付组件默认修改

zaijin преди 2 години
родител
ревизия
e0148cde9a
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      pages/choosePayment/choosePayment.vue

+ 3 - 1
pages/choosePayment/choosePayment.vue

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