From 876b9b1c0674179421a13283646039db20fc2958 Mon Sep 17 00:00:00 2001 From: xuli3099 Date: Wed, 20 Aug 2025 11:39:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/userinfo/userinfo.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/userinfo/userinfo.vue b/src/pages/userinfo/userinfo.vue index 02aa6ff..7122dbd 100644 --- a/src/pages/userinfo/userinfo.vue +++ b/src/pages/userinfo/userinfo.vue @@ -87,7 +87,7 @@ - + @@ -95,14 +95,14 @@ - + > --> @@ -222,12 +222,12 @@ const handleClose=()=>{ // 3.退出登录 const handleLoginOut = async ()=>{ - // showAlert('是否确认退出?','提示',true,()=>{ + showAlert('是否确认退出?','提示',true,()=>{ userStore.logout(); uni.reLaunch({ url: '/pages/login/login', }); - // }) + }) }