From 8d46ee78d30432d145cc6d8c6048c7a004644af9 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Wed, 20 May 2026 13:27:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E5=A6=87=E5=B9=BC?= =?UTF-8?q?=E7=94=9F=E6=AE=96VIP=E7=9B=B8=E5=85=B3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将manifest.json中的版本号更新至1.0.63 - 调整baseUrl配置以使用本地开发环境 - 优化VIP权限描述,新增“妇幼生殖”分类 - 更新相关页面中的VIP课程描述,明确不包含论坛内容 --- config/baseUrl.js | 4 ++-- config/requestConfig.js | 3 ++- manifest.json | 4 ++-- pages/curriculum/order/curriculum/index.vue | 6 +++++- pages/mine/mine/index.vue | 3 +++ pages/mine/vip/index.vue | 10 +++++----- 6 files changed, 19 insertions(+), 11 deletions(-) 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, "") - }}板块任意课程;