'上传图像
This commit is contained in:
parent
a2e812d21f
commit
29113159c3
@ -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'){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user