From ccef06c472b346177367f7f89bbabb7c299e3965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Wed, 24 Sep 2025 09:00:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E6=97=B6=E5=90=8E?= =?UTF-8?q?=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/examination/question.vue | 2 +- src/components/examination/touchBtn.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/examination/question.vue b/src/components/examination/question.vue index 4ae9c17d..7e4aa191 100644 --- a/src/components/examination/question.vue +++ b/src/components/examination/question.vue @@ -211,7 +211,7 @@ watch( () => props.dataInfo.voicePath, (newVal) => { - console.log('去下载oss内容333', props.dataInfo); + console.log('加载声音', props.dataInfo); if (newVal === '' && props.dataInfo.ossKey) { // 去下载oss内容 console.log('真下载oss内容'); diff --git a/src/components/examination/touchBtn.vue b/src/components/examination/touchBtn.vue index b96eaa55..57b9d65e 100644 --- a/src/components/examination/touchBtn.vue +++ b/src/components/examination/touchBtn.vue @@ -190,7 +190,7 @@ } popupRef.value?.close(); recordingStatus.value = 'not_started'; - // stopRecord(true); // 在去主动执行一次关闭 + stopRecord(true); // 在去主动执行一次关闭 console.log('录音结束,时长:', recordDuration, '秒'); emit('submit', 'voice', res.tempFilePath); });