上传头像

This commit is contained in:
duan
2024-05-16 13:52:38 +08:00
parent 855e165bff
commit bf3df88987
3 changed files with 69 additions and 11 deletions

View File

@@ -126,4 +126,8 @@ export default {
productqueryShopIdByTableCode(data) { //通过桌码获取shopId
return uni.api.get("/product/queryShopIdByTableCode", data);
},
// 修改头像和昵称
upUserInfo(data) {
return uni.api.post("/login/upUserInfo", data);
},
}