处理城市切换
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user