更新用户头像昵称功能
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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({
|
||||
|
||||
1303
pages/user/user.vue
1303
pages/user/user.vue
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user