whj 3 주 전
부모
커밋
5dc7bb1ff9
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pages/catalog/detail.uvue
  2. 2 1
      pages/catalog/index.uvue

+ 1 - 1
pages/catalog/detail.uvue

@@ -77,7 +77,7 @@ onMounted(async () => {
   }, 1000)
 })
 async function handleEnded() {
-  progress.value++
+  progress2.value++
 }
 const status = ref('wait')
 onShow(async () => {

+ 2 - 1
pages/catalog/index.uvue

@@ -112,7 +112,8 @@ async function onScroll(e: any) {
           <text class="text-[3vh] text-[#666]">{{
             course.assistantTitle }}</text>
           <view>
-            <Progress :num="2" :percentage="course.courseUserProgress ? course.courseUserProgress?.status + 1 : 0" />
+            <Progress :num="6" size="12px"
+              :percentage="course.courseUserProgress ? course.courseUserProgress?.assistantProgress : 0" />
           </view>
           <Lock v-if="!course.trialPlay && !course.payFlag" :record="course" isPay />
         </view>