chore: 更新应用版本至2.0.51并调整依赖配置
- 将应用版本从2.0.49提升至2.0.51 - 修改edu-core依赖为本地文件引用 - 更新多个页面的下拉刷新和底部加载逻辑 - 优化VIP权限描述,明确不包含论坛权益 - 调整部分页面样式以提升用户体验
This commit is contained in:
@@ -1263,8 +1263,10 @@
|
||||
role = '心理学';
|
||||
}else if(type==9){
|
||||
role = '中西汇通学';
|
||||
}else if(type==10){
|
||||
role = '妇幼生殖';
|
||||
}
|
||||
this.goBuyTitle = '尊贵的'+role+'VIP,您的有效期到'+res.userVip.endTime;
|
||||
this.goBuyTitle = '尊贵的'+role+'VIP,您的有效期到'+res.userVip.endTime+'(不包含论坛)';
|
||||
this.goBuyType = 1;
|
||||
}else{ //否则没有开通vip
|
||||
this.goBuyTitle = '';
|
||||
@@ -1303,7 +1305,10 @@
|
||||
text = '心理学';
|
||||
}else if(item=='9'){
|
||||
text = '中西汇通学';
|
||||
}else if(item=='10'){
|
||||
text = '妇幼生殖';
|
||||
}
|
||||
|
||||
this.textList.push(text);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user