|
@@ -45,7 +45,7 @@ function handleDetail(item: any) {
|
|
|
<view class="video-fullscreen_title">
|
|
<view class="video-fullscreen_title">
|
|
|
<Back />
|
|
<Back />
|
|
|
<view class="text-[20px] font-bold text-white">
|
|
<view class="text-[20px] font-bold text-white">
|
|
|
- 练习
|
|
|
|
|
|
|
+ 单元练习
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<image mode="aspectFill" src="https://oss.xiaoxiongcode.com/static/home/2.jpg" alt=""
|
|
<image mode="aspectFill" src="https://oss.xiaoxiongcode.com/static/home/2.jpg" alt=""
|
|
@@ -56,7 +56,7 @@ function handleDetail(item: any) {
|
|
|
<view class="scroll-view-item_H bg-[white]" v-for="course in dataList || []" :key="course.id"
|
|
<view class="scroll-view-item_H bg-[white]" v-for="course in dataList || []" :key="course.id"
|
|
|
@tap="handleDetail(course)">
|
|
@tap="handleDetail(course)">
|
|
|
<cl-image :src="course?.ossPath" mode="heightFix" class="!w-full !h-[30vh] mb-[10px] rounded-xl"></cl-image>
|
|
<cl-image :src="course?.ossPath" mode="heightFix" class="!w-full !h-[30vh] mb-[10px] rounded-xl"></cl-image>
|
|
|
- <text class="text-[4vh] font-bold">{{
|
|
|
|
|
|
|
+ <text class="text-[4vh] font-bold">{{ course.sortNum }} 、{{
|
|
|
course.name }}</text>
|
|
course.name }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</scroll-view>
|
|
</scroll-view>
|