feat: 详情页联调

This commit is contained in:
2025-09-07 20:39:36 +08:00
parent 30a4ccae4d
commit 1a01ffa17b
5 changed files with 415 additions and 320 deletions

View File

@@ -34,7 +34,6 @@ export const useUser = create<UserState>()((set) => ({
},
updateUserInfo: async(userInfo: Partial<UserInfoType>) => {
const res = await updateUserProfile(userInfo)
console.log(res)
set({ user: res.data })
}
}))