|
|
@@ -224,7 +224,7 @@ const handleGradeSelect = command => {
|
|
|
// // 切换回通识课
|
|
|
// showPracticalCourse.value = false
|
|
|
// // 显示提示
|
|
|
- // Message().notifyWarning('目前暂未开放此课程', true)
|
|
|
+ // Message().notifyWarning('此版本未开放,敬请期待!', true)
|
|
|
// // 更新localStorage中的状态
|
|
|
// localStorage.setItem('showPracticalCourse', 'false')
|
|
|
// }
|
|
|
@@ -343,7 +343,7 @@ const goBack = () => {
|
|
|
const goToAIExperience = outlineData => {
|
|
|
if (localStorage.getItem('userName') === "aiTest") {
|
|
|
if (localStorage.getItem('selectedGradeId') !== "1" || outlineData.ctTypeSort !== "02") {
|
|
|
- Message().notifyWarning('您的账号并未开放此课程!', true)
|
|
|
+ Message().notifyWarning('此版本未开放,敬请期待!', true)
|
|
|
return
|
|
|
}
|
|
|
}
|