${v.cate_name}
${v.title}
${v.v_year}/${v.v_area}${v.db_score =='0.0' ? '' : v.db_score}${v.episode}
`); }); if (data.data.data.length > 0){lazyLoadImg(); isLoading = false; }}).catch(error => { isLoading = false; console.error('加载数据失败', error); }); }const loadMoreObserver = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting){loadData(); }}); },{rootMargin: '200px', threshold: 0.01, }); loadMoreObserver.observe(document.getElementById('load-marker'));