路由二级目录
This commit is contained in:
10
src/App.vue
10
src/App.vue
@@ -80,11 +80,11 @@ const handleLoginSuccess = async () => {
|
||||
await initUserGameInfos(true, true)
|
||||
}
|
||||
|
||||
if (isLogin()) {
|
||||
handleLoginSuccess()
|
||||
} else {
|
||||
userStatus(handleLoginSuccess)
|
||||
}
|
||||
// if (isLogin()) {
|
||||
// handleLoginSuccess()
|
||||
// } else {
|
||||
// userStatus(handleLoginSuccess)
|
||||
// }
|
||||
const getUserLottery = async () => {
|
||||
const result = await Request("lottery", { pool: "all" }, "GET")
|
||||
if (result.res.status === 200) {
|
||||
|
||||
Reference in New Issue
Block a user