Procházet zdrojové kódy

修改提示文字

丸子 před 10 měsíci
rodič
revize
9d0412d2ae
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 2 2
      src/components/HomePage.vue
  2. 2 2
      src/views/AIGeneralCourse.vue

+ 2 - 2
src/components/HomePage.vue

@@ -38,7 +38,7 @@
             :class="{ 'is-active': selectedButton === 'AI写作课' }"
             @click="
               ;(selectedButton = 'AI通识课'),
-                Message().notifyWarning('演示版未开放此功能!!', true)
+                Message().notifyWarning('此版本未开放,敬请期待!', true)
             "
             >AI写作课</el-button
           >
@@ -48,7 +48,7 @@
             :class="{ 'is-active': selectedButton === 'AI艺术课' }"
             @click="
               ;(selectedButton = 'AI通识课'),
-                Message().notifyWarning('演示版未开放此功能!', true)
+                Message().notifyWarning('此版本未开放,敬请期待!', true)
             "
             >AI艺术课</el-button
           >

+ 2 - 2
src/views/AIGeneralCourse.vue

@@ -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
     }
   }