소스 검색

支付组件默认修改

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