Sfoglia il codice sorgente

commit -m 订单模块联调

zhengjinyi 3 anni fa
parent
commit
1e4b4806f3
3 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 1 1
      pages/user/order/order-list.vue
  2. 2 2
      services/ajax.env.js
  3. 2 2
      services/config.env.js

+ 1 - 1
pages/user/order/order-list.vue

@@ -425,7 +425,7 @@
 			},
 			hanldConfirmFn (orderId){//确认打款供应商
 				this.$util.modal('提示','确定委托采美平台打款给供应商吗?确定之前请务必确保货品完好?','确定','取消',true,() =>{
-					this.OrderService.confirmpayment({orderId:orderId,userId:this.userId}).then(response =>{
+					this.OrderService.confirmpayment({orderId:orderId}).then(response =>{
 						this.$util.msg('确认成功',2000,true,'success');
 						setTimeout(() => {
 							this.getOrderDatainit(this.currentTab)

+ 2 - 2
services/ajax.env.js

@@ -4,8 +4,8 @@ if(process.env.NODE_ENV === 'development'){
     // URL_CONFIG = 'http://192.168.2.68:8008'	 //涛涛联调地址
     // URL_CONFIG = 'http://192.168.2.67:8008'	 //裴裴联调地址
     // URL_CONFIG = 'http://192.168.2.81:8008'
-    URL_CONFIG = 'http://192.168.2.75:8008'	 //超超联调地址
-    // URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
+    // URL_CONFIG = 'http://192.168.2.75:8008'	 //超超联调地址
+    URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
     // URL_CONFIG = 'https://spi.caimei365.com'
 }else{ 
     // 生产环境

+ 2 - 2
services/config.env.js

@@ -1,9 +1,9 @@
 let URL_CONFIG = ''
 if(process.env.NODE_ENV === 'development'){
     // 开发环境
-    URL_CONFIG = 'http://192.168.2.75:18002'	 //超超联调地址
+    // URL_CONFIG = 'http://192.168.2.75:18002'	 //超超联调地址
     // URL_CONFIG = 'http://192.168.2.68:18002'	 //裴裴联调地址
-    // URL_CONFIG = 'https://core-b.caimei365.com'
+    URL_CONFIG = 'https://core-b.caimei365.com'
     // URL_CONFIG = 'https://core.caimei365.com'
 }else{
     // 生产环境