fix: 修复guidebar跳转球局列表页
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user