修改超时后关闭

This commit is contained in:
田岩
2025-09-24 09:00:12 +08:00
parent ced4aeb2f4
commit ccef06c472
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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内容');
+1 -1
View File
@@ -190,7 +190,7 @@
}
popupRef.value?.close();
recordingStatus.value = 'not_started';
// stopRecord(true); // 在去主动执行一次关闭
stopRecord(true); // 在去主动执行一次关闭
console.log('录音结束,时长:', recordDuration, '秒');
emit('submit', 'voice', res.tempFilePath);
});