Commit 69ac3ff4 by wangshuo

首页取消懒加载

parent 994e565d
......@@ -61,7 +61,7 @@ const Module = function CourseList({module, toDetail}) {
: <Link className="more" to={module.more_page}>更多 ></Link>
: null
}
<LazyLoad offset={50}>
{/* <LazyLoad offset={50}> */}
<ul className='index-course-detail'>
{
module.name !== '限时免费' && !isOdd && module.list[0].course_img !== module.list[0].course_img_small &&
......@@ -109,7 +109,7 @@ const Module = function CourseList({module, toDetail}) {
})
}
</ul>
</LazyLoad>
{/* </LazyLoad> */}
</div>
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment