处理城市切换

This commit is contained in:
wangxiaowei
2026-07-21 18:45:11 +08:00
parent b5cb33cd07
commit 23d26916ee
7 changed files with 891 additions and 75 deletions

View File

@ -89,10 +89,8 @@ export async function wxMnpLogin() {
if (inviteCode) {
bindSuperior({code: inviteCode})
Cache.remove(INVITE_CODE)
}
// 刷新页面
onLoad && onLoad(options)
onShow && onShow()
}
uni.$emit('loginSuccess')
}
}
export const toLogin = trottle(_toLogin, 1000)