瀏覽代碼

支付组件默认修改

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