fix: 主页不再请求历史列表
This commit is contained in:
@@ -555,14 +555,14 @@ export default defineComponent({
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
getUnreadCount()
|
getUnreadCount()
|
||||||
nextTick(()=>{
|
// nextTick(()=>{
|
||||||
setPorfolioDom()
|
// setPorfolioDom()
|
||||||
})
|
// })
|
||||||
})
|
|
||||||
onBeforeUnmount(()=>{
|
|
||||||
let imgParent = document.querySelector('.homeMain_max .detail .material_content_list_loding .historyPage_loading')
|
|
||||||
if(Observer?.unobserve)Observer.unobserve(imgParent);
|
|
||||||
})
|
})
|
||||||
|
// onBeforeUnmount(()=>{
|
||||||
|
// let imgParent = document.querySelector('.homeMain_max .detail .material_content_list_loding .historyPage_loading')
|
||||||
|
// if(Observer?.unobserve)Observer.unobserve(imgParent);
|
||||||
|
// })
|
||||||
const setOpenType = (item) => {
|
const setOpenType = (item) => {
|
||||||
const { value, list } = item
|
const { value, list } = item
|
||||||
if (!list?.length) {
|
if (!list?.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user