lex-xin 8 달 전
부모
커밋
15b0ef6178
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/coursewarePlay/index.tsx

+ 1 - 1
src/views/coursewarePlay/index.tsx

@@ -1213,7 +1213,7 @@ export default defineComponent({
 
               // 判断当前选择的课程类型是否开通
               if(item.useStatus === "LOCK") {
-                handleShowVip(data.lessonCoursewareId, "LESSON")
+                handleShowVip(item.lessonCoursewareId, "LESSON")
                 return
               }