修复绑定手机号的问题
This commit is contained in:
@ -208,6 +208,7 @@ export const login = (option) => {
|
||||
resolve(data)
|
||||
uni.hideLoading();
|
||||
store.commit("LOGIN", data.token, dayjs(data.expires_time));
|
||||
store.dispatch('USERINFO', true)
|
||||
console.log(store)
|
||||
handleGetUserInfo()
|
||||
|
||||
|
Reference in New Issue
Block a user