我的课程-购买 未完成

This commit is contained in:
@fawn-nine
2024-06-21 17:33:11 +08:00
parent c8d7b5f271
commit ccc4e5d72a
7 changed files with 618 additions and 233 deletions

View File

@@ -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>