diff --git a/config/baseUrl.js b/config/baseUrl.js
index 4349189..730b319 100644
--- a/config/baseUrl.js
+++ b/config/baseUrl.js
@@ -3,8 +3,8 @@ let socketUrl = "";
if (process.env.NODE_ENV === 'development') {
// 开发环境
// baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
- baseUrl = "https://api.nuttyreading.com/"; // 线上正式
- // baseUrl = "http://192.168.110.131:9200/pb/"; // 王亚男
+ // baseUrl = "https://api.nuttyreading.com/"; // 线上正式
+ baseUrl = "http://192.168.110.131:9200/pb/"; // 王亚男
} else if (process.env.NODE_ENV === 'production') {
// 生产环境11
//baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川
diff --git a/config/requestConfig.js b/config/requestConfig.js
index 1a572f4..3fd5daf 100644
--- a/config/requestConfig.js
+++ b/config/requestConfig.js
@@ -352,7 +352,8 @@ $http.dataFactory = async function(res) {
// 返回错误的结果(catch接受数据)
return Promise.reject({
statusCode: 0,
- errMsg: "【request】" + (httpData.info || httpData.msg),
+ // errMsg: "【request】" + (httpData.info || httpData.msg),
+ errMsg: (httpData.info || httpData.msg),
data: res.data
});
}
diff --git a/manifest.json b/manifest.json
index d93cd64..d72d800 100644
--- a/manifest.json
+++ b/manifest.json
@@ -13,8 +13,8 @@
"src" : "图片路径"
}
],
- "versionName" : "1.0.61",
- "versionCode" : 1061,
+ "versionName" : "1.0.63",
+ "versionCode" : 1063,
"app-plus" : {
"nvueCompiler" : "weex",
"compatible" : {
diff --git a/pages/curriculum/order/curriculum/index.vue b/pages/curriculum/order/curriculum/index.vue
index a09c6ad..e3e5e86 100644
--- a/pages/curriculum/order/curriculum/index.vue
+++ b/pages/curriculum/order/curriculum/index.vue
@@ -702,9 +702,11 @@ export default {
role = "心理学";
} else if (type == 9) {
role = "中西汇通学";
+ } else if (type == 10) {
+ role = "妇幼生殖";
}
this.goBuyTitle =
- "尊贵的" + role + "VIP,您的有效期到" + res.userVip.endTime;
+ "尊贵的" + role + "VIP,您的有效期到" + res.userVip.endTime + '(不包含论坛)';
this.goBuyType = 1;
} else {
//否则没有开通vip
@@ -745,6 +747,8 @@ export default {
text = "心理学";
} else if (item == "9") {
text = "中西汇通学";
+ } else if (item == "10") {
+ text = "妇幼生殖";
}
this.textList.push(text);
});
diff --git a/pages/mine/mine/index.vue b/pages/mine/mine/index.vue
index 327b060..86df616 100644
--- a/pages/mine/mine/index.vue
+++ b/pages/mine/mine/index.vue
@@ -763,6 +763,9 @@ export default {
} else if (item.type == "9") {
item.text = "中西汇通学";
this.textList.push(item.text);
+ } else if (item.type == "10") {
+ item.text = "妇幼生殖";
+ this.textList.push(item.text);
} else if (item.type == "1") {
item.text = "医学S";
} else if (item.type == "2") {
diff --git a/pages/mine/vip/index.vue b/pages/mine/vip/index.vue
index 4c04250..3d09afc 100644
--- a/pages/mine/vip/index.vue
+++ b/pages/mine/vip/index.vue
@@ -88,21 +88,21 @@
>
VIP权限:
无限制观看吴门医述APP中医学、中西汇通学、针灸学、肿瘤学四个板块任意课程;无限制观看吴门医述APP中医学、中西汇通学、针灸学、肿瘤学、妇幼生殖五个板块任意课程(不包含论坛);
无限制观看众妙之门APP与心灵空间APP任意课程;无限制观看众妙之门APP与心灵空间APP任意课程(不包含论坛);
无限制观看众妙之门APP任意课程;无限制观看众妙之门APP任意课程(不包含论坛);
无限制观看心灵空间APP任意课程;无限制观看心灵空间APP任意课程(不包含论坛);
无限制观看吴门医述APP{{
item.title.replace(/VIP/g, "")
- }}板块任意课程;