natasha 1 년 전
부모
커밋
05ab71d5bc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/Adult/preview/ArticleViewChs/index.vue

+ 2 - 2
src/components/Adult/preview/ArticleViewChs/index.vue

@@ -26,7 +26,7 @@
             :active-color="activeColor"
             inactive-color="rgba(0,0,0,0.1)"
             active-text=""
-            inactive-text="New words in this lesson"
+            inactive-text="本课生词"
             @change="handleSwitchChange('showPractice', 'showWord')"
           >
           </el-switch>
@@ -38,7 +38,7 @@
             :active-color="activeColor"
             inactive-color="rgba(0,0,0,0.1)"
             active-text=""
-            inactive-text="Pronunciation practice"
+            inactive-text="语音练习"
             @change="handleSwitchChange('showPhrases', 'showWord')"
           >
           </el-switch>