Compare commits
1 Commits
main
...
wyfMain-de
Author | SHA1 | Date | |
---|---|---|---|
227d8c7524 |
@ -401,7 +401,11 @@ export default {
|
|||||||
console.log('已获得录音权限,可以开始录音了')
|
console.log('已获得录音权限,可以开始录音了')
|
||||||
that.permisionState = true
|
that.permisionState = true
|
||||||
that.isCheckingPermission = false
|
that.isCheckingPermission = false
|
||||||
that.stopRecord()
|
setTimeout(() => {
|
||||||
|
if (!that.recordPopupShow) {
|
||||||
|
that.stopRecord()
|
||||||
|
}
|
||||||
|
}, 2000)
|
||||||
},
|
},
|
||||||
(msg, isUserNotAllow) => {
|
(msg, isUserNotAllow) => {
|
||||||
that.isCheckingPermission = false
|
that.isCheckingPermission = false
|
||||||
|
Loading…
Reference in New Issue
Block a user