内容补充

This commit is contained in:
@fawn-nine
2024-06-25 10:05:54 +08:00
parent 6dd47a5638
commit a3fddb3e81
5 changed files with 341 additions and 36 deletions

View File

@@ -42,16 +42,17 @@
<text >当前目录还未开始学习</text><uni-tag type="warning" text="去学习"></uni-tag>
</view>
<view class="flexbox" v-else>
<text >课程观看有效期截止到2025-06-14 00:00 </text><uni-tag type="primary" text="继续学习"></uni-tag>
<text >课程观看有效期截止到{{librayList[curIndex].endTime}} </text>
<uni-tag type="primary" text="继续学习" @click="onPageJump('',)"></uni-tag>
</view>
</view>
</view>
<view class="item" v-for="(item, index) in courseList" :key="index" @click="chooseChapter(item, index)">
<text>{{item.title}}</text>
<uni-tag v-if="librayList[curIndex].isBuy == 1 && item.isLearned == 0" style="" :inverted="true" text="未学"
<uni-tag v-if="librayList[curIndex].isBuy == 1 && item.isLearned == 0" style="margin-left: 10rpx;" :inverted="true" text="未学"
size="mini" type="primary" />
<uni-tag v-if="librayList[curIndex].isBuy == 1 && item.isLearned == 1" style="" :inverted="true" text="已学"
size="mini" type="primary" />
<uni-tag v-if="librayList[curIndex].isBuy == 1 && item.isLearned == 1" style="margin-left: 10rpx;" :inverted="true" text="已学"
size="mini" type="success" />
</view>
<!-- <view class="showAll zhezhe" v-show="fold">
<view class="flexbox icon" @click="tozhankai()"><u-icon class="icon_item" name="arrow-left-double"