蘋果問題處理

This commit is contained in:
田岩
2025-11-25 10:31:09 +08:00
parent f32b71169b
commit 71486ddbda
2 changed files with 7 additions and 2 deletions
+4 -2
View File
@@ -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