This commit is contained in:
670788339
2025-11-10 17:40:45 +08:00
parent 1fe964157c
commit 351b930ab1
2 changed files with 12 additions and 4 deletions

View File

@@ -952,8 +952,11 @@ export default {
this.courseInfo = rs.result;
this.curCourseId = this.courseInfo.id
console.log('保存课程成功',this.curCourseId)
// 检查是否为首次创建,显示引导
this.checkAndShowGuidance();
console.log('isTip ',this.courseInfo.isTip)
if(this.courseInfo.isTip){
// 检查是否为首次创建,显示引导
this.checkAndShowGuidance();
}
if (this.courseChooseId == 1) {
this.weike.dlgShow = true;
@@ -985,6 +988,7 @@ export default {
this.isFirstCreate = true;
// 标记引导已显示
localStorage.setItem('course_creation_guidance_shown', 'true');
apiCourse.saveTip();
}
},
// 初始化引导元素