From 8941547d534f428a0e5dd63ed9e856dd405db5a2 Mon Sep 17 00:00:00 2001 From: zhangyh Date: Mon, 29 Sep 2025 14:08:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BB=E9=A1=B5=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=8E=86=E5=8F=B2=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HomeMain.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/HomeMain.vue b/src/views/HomeMain.vue index 26f3be5b..ccf9bda1 100644 --- a/src/views/HomeMain.vue +++ b/src/views/HomeMain.vue @@ -555,14 +555,14 @@ export default defineComponent({ }) } getUnreadCount() - nextTick(()=>{ - setPorfolioDom() - }) - }) - onBeforeUnmount(()=>{ - let imgParent = document.querySelector('.homeMain_max .detail .material_content_list_loding .historyPage_loading') - if(Observer?.unobserve)Observer.unobserve(imgParent); + // nextTick(()=>{ + // setPorfolioDom() + // }) }) + // onBeforeUnmount(()=>{ + // let imgParent = document.querySelector('.homeMain_max .detail .material_content_list_loding .historyPage_loading') + // if(Observer?.unobserve)Observer.unobserve(imgParent); + // }) const setOpenType = (item) => { const { value, list } = item if (!list?.length) {