From 2d3147d65d20a7e3719f4b77e981c8bc8bf44ed4 Mon Sep 17 00:00:00 2001 From: Waiting Date: Thu, 13 Feb 2025 21:54:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=9C=A8=E7=9C=9F=E6=9C=BA=E4=B8=8A=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pay-password-dialog.vue | 9 ++++++--- src/pages/home/index.vue | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/pay-password-dialog.vue b/src/components/pay-password-dialog.vue index 661a40e..be1de64 100644 --- a/src/components/pay-password-dialog.vue +++ b/src/components/pay-password-dialog.vue @@ -23,12 +23,13 @@ { userStore.setUserInfo(userList[index]); userStore.setCompanyInfo(companyList[index]); - avatarModifyRemind(); + // avatarModifyRemind(); }); }); }; @@ -208,7 +208,7 @@ const fetchCompanyList = (fn: any = undefined) => { userStore.setUserInfo(userList.value[index]); userStore.setCompanyInfo(companyList.value[index]); - avatarModifyRemind(); + // avatarModifyRemind(); //首页选中处理后清空分享数据,避免再次选中 if(getApp()?.globalData?.shareCompanyId && getApp()?.globalData?.shareStoreId) {