From dc957556cd20799a6ef8fa8f89dc8976314e8c64 Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Tue, 10 Oct 2023 21:24:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shoukuan/shoukuan.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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:'保存成功' + }) }) }