瀏覽代碼

下一句录音bug

qinpeng 2 年之前
父節點
當前提交
5d57ade07e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/components/Adult/preview/Voicefullscreen.vue

+ 2 - 0
src/components/Adult/preview/Voicefullscreen.vue

@@ -2006,6 +2006,7 @@ export default {
       }
       this.curSentIndex = this.curSentIndex - 1;
       this.getSentence();
+      this.comparisonPlayStatus = false;
       if (this.isAuto) {
         this.curTime = this.bg;
         this.$refs.audioLineSent.onTimeupdateTime(this.bg / 1000);
@@ -2021,6 +2022,7 @@ export default {
       }
       this.curSentIndex = this.curSentIndex + 1;
       this.getSentence();
+      this.comparisonPlayStatus = false;
     },
     rollSentence() {
       if (this.curSentIndex == this.sentList.length - 1) {