Bladeren bron

需求文档没有提及语音对比

liuhaidi123 6 dagen geleden
bovenliggende
commit
4592a59087

+ 2 - 2
src/views/book/courseware/preview/components/article/Practicechs.vue

@@ -496,7 +496,7 @@
                 @sentPause="sentPause"
                 @handleWav="handleWav"
               />
-              <div v-if="curQue.mp3_list && curQue.mp3_list.length > 0" class="compare-box">
+              <!-- <div v-if="curQue.mp3_list && curQue.mp3_list.length > 0" class="compare-box">
                 <Audio-compare
                   :theme-color="themeColor"
                   :index="index"
@@ -512,7 +512,7 @@
                   :get-play-status="getPlayStatus"
                   :attrib="attrib"
                 />
-              </div>
+              </div> -->
             </div>
             <span class="full-screen-icon" @click="fullScreen">
               <svg-icon

+ 2 - 2
src/views/book/courseware/preview/components/dialogue_article/Practicechs.vue

@@ -624,7 +624,7 @@
                 @sentPause="sentPause"
                 @handleWav="handleWav"
               />
-              <div v-if="curQue.mp3_list && curQue.mp3_list.length > 0" class="compare-box">
+              <!-- <div v-if="curQue.mp3_list && curQue.mp3_list.length > 0" class="compare-box">
                 <Audio-compare
                   :theme-color="attrib ? attrib.topic_color : '#e35454'"
                   :index="index"
@@ -640,7 +640,7 @@
                   :get-play-status="getPlayStatus"
                   :attrib="attrib"
                 />
-              </div>
+              </div> -->
             </div>
             <span class="full-screen-icon" @click="fullScreen">
               <svg-icon