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) {