蘋果問題處理
This commit is contained in:
@@ -342,6 +342,9 @@
|
||||
// startRecord()
|
||||
isGettingPermission.value = false
|
||||
return true
|
||||
} else {
|
||||
isGettingPermission.value = false
|
||||
return true
|
||||
}
|
||||
}
|
||||
// #endif
|
||||
@@ -391,7 +394,6 @@
|
||||
startRecord();
|
||||
// #endif
|
||||
setTimeout(() => {
|
||||
console.log(_recnum, recNum.value)
|
||||
if (_recnum === recNum.value) {
|
||||
hideOverlayTalking(recNum.value);
|
||||
}
|
||||
@@ -449,7 +451,7 @@
|
||||
icon: 'none',
|
||||
duration: 1000
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
const changeBtn = () => {
|
||||
if (props.isDisabled) return;
|
||||
|
||||
@@ -285,6 +285,9 @@
|
||||
// startRecord()
|
||||
isGettingPermission.value = false
|
||||
return true
|
||||
} else {
|
||||
isGettingPermission.value = false
|
||||
return true
|
||||
}
|
||||
}
|
||||
// #endif
|
||||
|
||||
Reference in New Issue
Block a user