chore: 增加妇幼生殖vip相关修改

- 将应用版本号更新至1.0.60
- 修改开发环境baseUrl配置,切换至本地测试地址
- 在多个页面中新增"妇幼生殖"角色及相关VIP权限说明
- 优化VIP权限文案,明确不包含论坛权益
This commit is contained in:
2026-05-20 13:28:10 +08:00
parent de92a851b7
commit aaca2f938c
6 changed files with 17 additions and 9 deletions

View File

@@ -631,6 +631,8 @@ export default {
role = '心理学';
} else if (type == 9) {
role = '中西汇通学';
} else if (type == 10) {
role = '妇幼生殖';
}
if (res.userVip.endTime) {
var time = res.userVip.endTime ? res.userVip.endTime.split(' ')[0] : ''
@@ -638,7 +640,7 @@ export default {
var time = ''
}
this.goBuyTitle = '尊贵的' + role + 'VIP您的有效期到' + time;
this.goBuyTitle = '尊贵的' + role + 'VIP您的有效期到' + time + '(不包含论坛)';
this.goBuyType = 1;
} else { //否则没有开通vip
this.goBuyTitle = '';
@@ -677,6 +679,8 @@ export default {
text = '心理学';
} else if (item == '9') {
text = '中西汇通学';
} else if (item == '10') {
text = '妇幼生殖';
}
this.textList.push(text);
});