@@ -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 { //存放变量的容器
@@ -217,13 +217,15 @@
if(!this.isSelected){ // 是否确定协议
uni.showToast({
- title: '请选择充值协议!'
+ icon: 'none',
+ title: '请同意充值协议!'
});
return;
}
if(this.reqOrderParm.strategyId == null){
title: '请选择充值项目!'
@@ -283,7 +283,8 @@ export default {
this.curServiceTab = 2
} else {
- this.commonGeneralOrder()
+ this.
+ ()
},