修改vip规则
This commit is contained in:
@@ -38,16 +38,12 @@
|
||||
<view class="course_info_box">
|
||||
<view class="course_info">
|
||||
<view class="flexbox course_title" v-if="curriculumData.id">
|
||||
<text class="courseTitle title">{{
|
||||
curriculumData.title
|
||||
}}</text>
|
||||
<text class="courseTitle title">{{curriculumData.title}}</text>
|
||||
</view>
|
||||
<view style="color: #b0b0b0; padding: 0 20rpx">
|
||||
{{
|
||||
cateList && cateList.length > 0
|
||||
? `共${cateList.length}个目录`
|
||||
: ""
|
||||
}}
|
||||
? `共${cateList.length}个目录`}}
|
||||
</view>
|
||||
<view class="containerBg" v-if="curriculumData.content && curriculumData.content != ''">
|
||||
<view class="prof">
|
||||
@@ -68,9 +64,7 @@
|
||||
<view class="top">
|
||||
<view class="line"></view>
|
||||
<view class="left">
|
||||
<text style="font-weight: blod" class="catalogue_title">{{
|
||||
slotProps.data.title
|
||||
}}</text>
|
||||
<text style="font-weight: blod" class="catalogue_title">{{slotProps.data.title}}</text>
|
||||
</view>
|
||||
<view class="not_purchased">
|
||||
<view class="spot"></view>
|
||||
@@ -384,7 +378,9 @@
|
||||
role = '国学';
|
||||
}else if(type==8){
|
||||
role = '心理学';
|
||||
}
|
||||
}else if(type==9){
|
||||
role = '中西汇通学';
|
||||
}
|
||||
this.goBuyTitle = '尊贵的'+role+'VIP,您的有效期到'+res.userVip.endTime;
|
||||
this.goBuyType = 1;
|
||||
}else{ //否则没有开通vip
|
||||
@@ -422,6 +418,8 @@
|
||||
text = '国学';
|
||||
}else if(item=='8'){
|
||||
text = '心理学';
|
||||
}else if(item=='9'){
|
||||
text = '中西汇通学';
|
||||
}
|
||||
this.textList.push(text);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user