diff --git a/src/uni_modules/all-speech/components/all-speech/all-speech.vue b/src/uni_modules/all-speech/components/all-speech/all-speech.vue index 7874be9..b008e9c 100644 --- a/src/uni_modules/all-speech/components/all-speech/all-speech.vue +++ b/src/uni_modules/all-speech/components/all-speech/all-speech.vue @@ -401,7 +401,11 @@ export default { console.log('已获得录音权限,可以开始录音了') that.permisionState = true that.isCheckingPermission = false - that.stopRecord() + setTimeout(() => { + if (!that.recordPopupShow) { + that.stopRecord() + } + }, 2000) }, (msg, isUserNotAllow) => { that.isCheckingPermission = false