From e3a78db2a9b791284dfbc087f393ecca08de1ca1 Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期五, 23 五月 2025 13:41:15 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide

---
 H5/components/voiceInputPopup.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/H5/components/voiceInputPopup.vue b/H5/components/voiceInputPopup.vue
index 790f483..f4889c1 100644
--- a/H5/components/voiceInputPopup.vue
+++ b/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

--
Gitblit v1.7.1