diff --git a/pages/shoukuan/shoukuan.vue b/pages/shoukuan/shoukuan.vue index d6016ca..90d50b8 100644 --- a/pages/shoukuan/shoukuan.vue +++ b/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:'保存成功' + }) }) }