细节完善

This commit is contained in:
kron
2025-07-25 15:18:46 +08:00
parent e5b1194882
commit 10af25c254
7 changed files with 129 additions and 81 deletions

View File

@@ -168,7 +168,7 @@ async function onReceiveMessage(messages = []) {
uni.redirectTo({
url: "/pages/battle-result",
});
}, 1500);
}, 3000);
}
if (msg.constructor === MESSAGETYPES.BackToGame) {
uni.$emit("update-header-loading", false);