添加还在游戏中提示

This commit is contained in:
kron
2025-07-02 17:16:56 +08:00
parent 997e2ee756
commit 5c5b72d556
4 changed files with 28 additions and 5 deletions

View File

@@ -20,6 +20,10 @@ function request(method, url, data = {}) {
resolve({});
return;
}
if (res.data.message === "ERROR_BATTLE_GAMING") {
resolve({});
return;
}
uni.showToast({
title: res.data.message,
icon: "none",