Browse Source

会员支付

zhengjinyi 8 months ago
parent
commit
2376972a42
2 changed files with 6 additions and 4 deletions
  1. 4 2
      pages/user/pay/mixins/cardMixins.js
  2. 2 2
      services/config.env.js

+ 4 - 2
pages/user/pay/mixins/cardMixins.js

@@ -60,11 +60,13 @@ const cardMixins = {
                 break
             case 1:
                 this.btnColor = '#007ACC'
-                this.buttonText = '企业网银支付'
+                this.buttonText = '企业网银支付'
+                this.payType = 1
                 break
             case 2:
                 this.btnColor = '#16AFE8'
-                this.buttonText = '个人网银支付'
+                this.buttonText = '个人网银支付'
+                this.payType = 2
                 break
             case 3:
                 this.btnColor = 'linear-gradient(90deg, #FF9300 0%, #FF5B00 100%)'

+ 2 - 2
services/config.env.js

@@ -2,8 +2,8 @@ let URL_CONFIG = ''
 if(process.env.NODE_ENV === 'development'){
     // 开发环境
     // URL_CONFIG = 'http://192.168.2.67:18002'	 //智捷联调地址
-    // URL_CONFIG = 'https://core-b.caimei365.com' 
-    URL_CONFIG = 'https://core.caimei365.com'    
+    URL_CONFIG = 'https://core-b.caimei365.com' 
+    // URL_CONFIG = 'https://core.caimei365.com'    
 }else{
     // 生产环境
     URL_CONFIG = 'https://core.caimei365.com'