Compare commits

..

No commits in common. "wyfMain-dev" and "main" have entirely different histories.

View File

@ -401,11 +401,7 @@ export default {
console.log('已获得录音权限,可以开始录音了') console.log('已获得录音权限,可以开始录音了')
that.permisionState = true that.permisionState = true
that.isCheckingPermission = false that.isCheckingPermission = false
setTimeout(() => { that.stopRecord()
if (!that.recordPopupShow) {
that.stopRecord()
}
}, 2000)
}, },
(msg, isUserNotAllow) => { (msg, isUserNotAllow) => {
that.isCheckingPermission = false that.isCheckingPermission = false