修改超时后关闭
This commit is contained in:
@@ -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内容');
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
}
|
||||
popupRef.value?.close();
|
||||
recordingStatus.value = 'not_started';
|
||||
// stopRecord(true); // 在去主动执行一次关闭
|
||||
stopRecord(true); // 在去主动执行一次关闭
|
||||
console.log('录音结束,时长:', recordDuration, '秒');
|
||||
emit('submit', 'voice', res.tempFilePath);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user