Browse Source

继续录音后需继续计时

cxmo 2 years ago
parent
commit
33b21186c0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages-question/answerDetail.vue

+ 1 - 0
pages-question/answerDetail.vue

@@ -380,6 +380,7 @@ export default {
       } else if (this.questionItem.recordStatus === 3) {
         //继续录音
         this.globalRecorder.resume();
+        this.clockTime();
         this.questionItem.recordStatus = 2;
       } else {
         //结束录音