update:语音加载优化,修复大乱斗未重连比赛服问题
This commit is contained in:
@@ -67,7 +67,6 @@ const onClick = debounce(async () => {
|
||||
loading.value = true;
|
||||
const result = await getBattleAPI();
|
||||
if (result && result.matchId) {
|
||||
await uni.$checkAudio();
|
||||
await returnToBattle(result, navigateOnce);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user