mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 16:35:06 +08:00
用户修改昵称
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
//请求工具参考https://ext.dcloud.net.cn/plugin?id=392
|
||||
const { http } = uni.$u
|
||||
|
||||
/* login */
|
||||
@ -19,6 +20,11 @@ export const updateAvatar = filePath =>
|
||||
fileType: 'image',
|
||||
filePath: filePath
|
||||
})
|
||||
//修改用户昵称
|
||||
export const updateNickname = params =>
|
||||
http.put('/app-api/member/user/update-nickname', {}, {
|
||||
params
|
||||
})
|
||||
|
||||
/* index */
|
||||
// 获取滚动图数据
|
||||
|
Reference in New Issue
Block a user