瀏覽代碼

Merge branch 'iteration-20241028-member' into jenkins

lex-xin 10 月之前
父節點
當前提交
56111af5e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/coursewarePlay/index.tsx

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

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