|
|
|
@ -210,15 +210,21 @@ |
|
|
|
|
if(res.code==1){ |
|
|
|
|
if(this.activeIndex==1){ |
|
|
|
|
updateUserInfo(this.yhk).then(res=>{ |
|
|
|
|
console.log(res,"999") |
|
|
|
|
this.$refs.uToast.show({ |
|
|
|
|
message:'保存成功' |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
}else if(this.activeIndex==2){ |
|
|
|
|
updateUserInfo({alipay_image:this.zfburl}).then(res=>{ |
|
|
|
|
console.log(res,"999zfb") |
|
|
|
|
this.$refs.uToast.show({ |
|
|
|
|
message:'保存成功' |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
}else if(this.activeIndex==3){ |
|
|
|
|
updateUserInfo({wechat_image:this.wxurl}).then(res=>{ |
|
|
|
|
console.log(res,"999wx") |
|
|
|
|
this.$refs.uToast.show({ |
|
|
|
|
message:'保存成功' |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|