fix: carrier_type
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m33s
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m33s
This commit is contained in:
@@ -36,7 +36,7 @@ export const useUserStore = () => {
|
||||
};
|
||||
|
||||
const setUserInfo = (userInfo) => {
|
||||
state.userInfo = userInfo;
|
||||
Object.assign(state.userInfo, userInfo);
|
||||
uni.setStorageSync('userInfo', userInfo);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user