1
This commit is contained in:
@@ -31,7 +31,7 @@ function Index() {
|
|||||||
|
|
||||||
// 跳转到其他球局 - 返回首页列表
|
// 跳转到其他球局 - 返回首页列表
|
||||||
const handle_go_to_other_games = () => {
|
const handle_go_to_other_games = () => {
|
||||||
(Taro as any).redirectTo({
|
Taro.redirectTo({
|
||||||
url: '/main_pages/index',
|
url: '/main_pages/index',
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user