H5/components/voiceInputPopup.vue
@@ -146,7 +146,11 @@ // 清空录音片段 this.recordSegments = [] this.currentSegment = null // 重置计时器 // 停止计时器 this.stopTimer() // 重置录音状态 this.isRecording = false this.isPaused = false this.seconds = 0 this.minutes = 0 this.hours = 0