BUG修复

This commit is contained in:
kron
2025-08-21 14:50:17 +08:00
parent fca4a138d7
commit e20cb3b272
2 changed files with 52 additions and 37 deletions

View File

@@ -70,6 +70,13 @@ function request(method, url, data = {}) {
resolve({});
return;
}
if (message === "ROOM_EMPTY") {
uni.showToast({
title: "房间已过期",
icon: "none",
});
return;
}
uni.showToast({
title: message,
icon: "none",