调试重新进入比赛
This commit is contained in:
@@ -75,7 +75,7 @@ const toTeamMatchPage = async (gameType, teamSize) => {
|
||||
}
|
||||
const isGaming = await isGamingAPI();
|
||||
if (isGaming) {
|
||||
uni.$showHint("当前正在对战中");
|
||||
uni.$showHint(1);
|
||||
return;
|
||||
}
|
||||
uni.navigateTo({
|
||||
@@ -92,7 +92,7 @@ const toMeleeMatchPage = async (gameType, teamSize) => {
|
||||
}
|
||||
const isGaming = await isGamingAPI();
|
||||
if (isGaming) {
|
||||
uni.$showHint("当前正在对战中");
|
||||
uni.$showHint(1);
|
||||
return;
|
||||
}
|
||||
uni.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user