fix: 修复guidebar跳转球局列表页

This commit is contained in:
2025-09-12 15:43:42 +08:00
parent 7c16f8bcce
commit 92b10026e7

View File

@@ -42,6 +42,9 @@ const GuideBar = (props) => {
if (code === "message") {
url = "/other_pages/message/index";
}
if (code === "list") {
url = "/game_pages/list/index"
}
Taro.redirectTo({
url: url,
}).then(() => {