fix: 主页不再请求历史列表
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user