提交
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<view class="">{{item.title}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view :class="['courseList',fold ? 'fold' : '', librayList[curIndex].isBuy == 1 ? '' : 'lock']" v-if="courseList.length > 0">
|
||||
<view :class="['courseList',fold ? 'fold' : '', librayList[curIndex].isBuy == 1 || userMsg.vip != 0 ? '' : 'lock']" v-if="courseList.length > 0">
|
||||
<!-- 目录是否已经购买 -->
|
||||
<!-- 0:普通 1超级 2医学 3国学 -->
|
||||
<view class="endBox" v-if="librayList[curIndex].isBuy == 1 && userMsg.vip == '0'">
|
||||
@@ -44,7 +44,7 @@
|
||||
</view>
|
||||
<view class="flexbox" v-else>
|
||||
<text >课程观看有效期截止到:{{librayList[curIndex].endTime}} </text>
|
||||
<uni-tag type="primary" text="继续学习" @click="onPageJump('',)"></uni-tag>
|
||||
<!-- <uni-tag type="primary" text="继续学习" @click="onPageJump('')"></uni-tag> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user