chore: 增加妇幼生殖vip相关修改
- 将应用版本号更新至1.0.60 - 修改开发环境baseUrl配置,切换至本地测试地址 - 在多个页面中新增"妇幼生殖"角色及相关VIP权限说明 - 优化VIP权限文案,明确不包含论坛权益
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
@@ -393,6 +393,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'){
|
||||
|
||||
@@ -39,9 +39,9 @@
|
||||
</view>
|
||||
<view class="vip_qx">
|
||||
<text class="font_bold" style=" display: block;">VIP权限:</text>
|
||||
<view class="vip_qx_v" v-if="item.type==2">无限制观看众妙之门APP与心灵空间APP任意课程;</view>
|
||||
<view class="vip_qx_v" v-else-if="item.type==7">无限制观看众妙之门APP任意课程;</view>
|
||||
<view class="vip_qx_v" v-else>无限制观看心灵空间APP任意课程;</view>
|
||||
<view class="vip_qx_v" v-if="item.type==2">无限制观看众妙之门APP与心灵空间APP任意课程(不包含论坛);</view>
|
||||
<view class="vip_qx_v" v-else-if="item.type==7">无限制观看众妙之门APP任意课程(不包含论坛);</view>
|
||||
<view class="vip_qx_v" v-else>无限制观看心灵空间APP任意课程(不包含论坛);</view>
|
||||
|
||||
<view class="vip_qx_v">
|
||||
<text v-if="item.type==1||item.type==2">{{item.title.replace(/超级VIP/g, '')}}</text>
|
||||
|
||||
Reference in New Issue
Block a user