浏览代码

文字调整

wkyy 4 月之前
父节点
当前提交
b4caa57aaf
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 3 2
      config/.env.dev.js
  2. 2 1
      pages/parents/mine/addChildInformation.vue

+ 3 - 2
config/.env.dev.js

@@ -1,8 +1,8 @@
 const UNI_APP = {  
 	ProjectName :"51充电联盟",
 	// BASE_URL: 'http://47.98.231.198:9090/qsng-server/',
-	BASE_URL: 'http://114.55.55.123/qsng-server',
-	// BASE_URL: 'http://192.168.8.220:8086/education-training-server/', //颜
+	// BASE_URL: 'http://114.55.55.123/qsng-server',
+	BASE_URL: 'http://192.168.8.220:8086/education-training-server/', //颜
 	// BASE_URL: 'http://192.168.11.120:8086/education-training-server/', //wang
 	// BASE_URL: 'http://192.168.33.230:8086/education-training-server/', //me
 	// BASE_URL: 'http://192.168.77.162:8086/education-training-server/',
@@ -18,6 +18,7 @@ const UNI_APP = {
 	openId:"oK9Wr59rru-i3bm7dtTtxnkR-i4s",//杨所
 	// openId:"oLowyuFTU3SzpvU4pGNzWk7NC9y0", //me
 	// openId:"oK9Wr5zv8lvirni3txbxRkmpg8d0",//
+	// openId:"o2zPq51PVRvc_jOGXpa9Mj2UNMJM",//
 	
 	
 	//openId:"oK9Wr58zNwDernF0TL6o3mdUxk2A",

+ 2 - 1
pages/parents/mine/addChildInformation.vue

@@ -212,7 +212,8 @@
 				}).catch(error => {
 					uni.hideLoading();
 					this.alertShow = true;
-					this.description = error+','+'例如:填写姓名时可用‘姓名+您的电话’的形式';
+					this.description = error+','+'例如:填写姓名时可用‘姓名+您的电话’的形式'
+						+'(如果是老生,请到首页-关联子女中搜索全名进行关联)';
 					// uni.showToast({
 					// 	title: error,
 					// 	icon: "none"