pull/1/head
liudan 1 year ago
parent 8c8ab9d5a0
commit dc957556cd
  1. 12
      pages/shoukuan/shoukuan.vue

@ -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:'保存成功'
})
})
}

Loading…
Cancel
Save