更新用户头像昵称功能

This commit is contained in:
gong
2025-12-19 14:50:56 +08:00
parent 9ea8a2a7ab
commit 1f9ec41195
3 changed files with 653 additions and 671 deletions

9
.gitignore vendored
View File

@@ -3,3 +3,12 @@
node_modules/
.vscode/
.hbuilderx/
/.idea/inspectionProfiles/Project_Default.xml
/.idea/.gitignore
/.idea/cashier_wx.iml
/.idea/jsLibraryMappings.xml
/.idea/misc.xml
/.idea/modules.xml
/.idea/uniappSupport.xml
/.idea/UniappTool.xml
/.idea/vcs.xml

View File

@@ -31,6 +31,14 @@ export const APIuser = (data) => {
})
}
export const updateUserInfoReq = (data) => {
return request({
url: url + '/user',
method: 'put',
data: data
})
}
//获取手机号
export const APIuserphone = (data) => {
return request({

File diff suppressed because it is too large Load Diff