'上传图像
This commit is contained in:
parent
a2e812d21f
commit
29113159c3
@ -106,7 +106,7 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
conformChangeOrder(){
|
conformChangeOrder(){
|
||||||
this.$api.edituser({
|
this.$api.editperson({
|
||||||
nickname: this.newnickname
|
nickname: this.newnickname
|
||||||
},res=>{
|
},res=>{
|
||||||
if(res.code == '1'){
|
if(res.code == '1'){
|
||||||
@ -123,7 +123,8 @@
|
|||||||
},
|
},
|
||||||
imgList(res){
|
imgList(res){
|
||||||
console.log(res,'hhhhhhhhh')
|
console.log(res,'hhhhhhhhh')
|
||||||
this.$api.edituser({
|
// this.$api.edituser({
|
||||||
|
this.$api.editperson({
|
||||||
avatar: res
|
avatar: res
|
||||||
},res=>{
|
},res=>{
|
||||||
if(res.code == '1'){
|
if(res.code == '1'){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user