'上传图像

This commit is contained in:
unknown 2026-01-03 11:13:59 +08:00
parent a2e812d21f
commit 29113159c3

View File

@ -106,7 +106,7 @@
},
methods: {
conformChangeOrder(){
this.$api.edituser({
this.$api.editperson({
nickname: this.newnickname
},res=>{
if(res.code == '1'){
@ -123,7 +123,8 @@
},
imgList(res){
console.log(res,'hhhhhhhhh')
this.$api.edituser({
// this.$api.edituser({
this.$api.editperson({
avatar: res
},res=>{
if(res.code == '1'){