Browse Source

fix:订单详情跳转问题

xyh8905170 2 years ago
parent
commit
3765823767
3 changed files with 8 additions and 3 deletions
  1. 3 1
      common/js/env.js
  2. 3 1
      myPages/recharge/index.vue
  3. 2 1
      orderPages/bookService/index.vue

+ 3 - 1
common/js/env.js

@@ -2,7 +2,9 @@
 
 // let baseUrl = `https://jje.admin.xinyuekj.com.cn`
 // let baseUrl = `http://127.0.0.1:9000`
-let baseUrl = `http://192.168.1.150:8080`
+// let baseUrl = `http://192.168.1.150:8080`
+let baseUrl = `http://192.168.1.151:8080`
+
 
 // 变量可自行添加修改
 export default { //存放变量的容器

+ 3 - 1
myPages/recharge/index.vue

@@ -217,13 +217,15 @@
 
 				if(!this.isSelected){ // 是否确定协议
 					uni.showToast({
-						title: '请选择充值协议!'
+            icon: 'none',
+						title: '请同意充值协议!'
 					});
 					return;
 				}
 
 				if(this.reqOrderParm.strategyId == null){
 					uni.showToast({
+            icon: 'none',
 						title: '请选择充值项目!'
 					});
 					return;

+ 2 - 1
orderPages/bookService/index.vue

@@ -283,7 +283,8 @@ export default {
           this.curServiceTab = 2
         }
       } else {
-        this.commonGeneralOrder()
+        this.
+        ()
       }
 
     },