初步完成返回游戏功能,待测试完善
This commit is contained in:
@@ -43,7 +43,12 @@ const enterRoom = debounce(async () => {
|
||||
}
|
||||
}
|
||||
});
|
||||
const onCreateRoom = () => {
|
||||
const onCreateRoom = async () => {
|
||||
const isGaming = await isGamingAPI();
|
||||
if (isGaming) {
|
||||
uni.$showHint(1);
|
||||
return;
|
||||
}
|
||||
warnning.value = "";
|
||||
showModal.value = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user