408249787@qq.com 1 неделя назад
Родитель
Сommit
ec5ae06189
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      pages/practice/index.uvue

+ 2 - 2
pages/practice/index.uvue

@@ -45,7 +45,7 @@ function handleDetail(item: any) {
     <view class="video-fullscreen_title">
       <Back />
       <view class="text-[20px] font-bold text-white">
-        练习
+        单元练习
       </view>
     </view>
     <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"
           @tap="handleDetail(course)">
           <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>
         </view>
       </scroll-view>