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