我的课程-购买 未完成
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
<image v-else :src="course.image" mode="widthFix"></image>
|
||||
</view>
|
||||
<view class="containerBg1">
|
||||
<!-- <view class="vipSee"> -->
|
||||
<view class="vipSee" v-if="userInfo.vip != 0">
|
||||
<!-- <view class="vipSee"> -->
|
||||
<view class="vipSee" v-if="userMsg.vip != 0">
|
||||
<text>VIP畅学权益生效中</text>
|
||||
</view>
|
||||
<view class="courseTitle flexbox" v-if="course.id">
|
||||
<view class="" v-if="userInfo.vip != 0">
|
||||
<view class="" v-if="userMsg.vip != 0">
|
||||
<view class="" style="width: calc(100% - 170rpx);">
|
||||
<text class="title">{{course.title}}</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user