From 3127ddd8f9ab5aff2215ff578d34ba4ef8e11d1a Mon Sep 17 00:00:00 2001 From: Hx <2294602187@qq.com> Date: Sat, 29 Mar 2025 11:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/mine/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/mine/index.vue b/src/pages/mine/index.vue index aa55fb2..8615d16 100644 --- a/src/pages/mine/index.vue +++ b/src/pages/mine/index.vue @@ -37,6 +37,7 @@ const getList = uni.$util.throttle(() => { const updateUserInfo = () => { userStore.bindUser(list.value[activeKey.value].id as number).then(() => { reset() + userStore.getUserInfo() uni.showToast({ title: '绑定成功', icon: 'none' }) }) }