Compare commits

..

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

View File

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