Commit 69ac3ff4 by wangshuo

首页取消懒加载

parent 994e565d
...@@ -61,7 +61,7 @@ const Module = function CourseList({module, toDetail}) { ...@@ -61,7 +61,7 @@ const Module = function CourseList({module, toDetail}) {
: <Link className="more" to={module.more_page}>更多 ></Link> : <Link className="more" to={module.more_page}>更多 ></Link>
: null : null
} }
<LazyLoad offset={50}> {/* <LazyLoad offset={50}> */}
<ul className='index-course-detail'> <ul className='index-course-detail'>
{ {
module.name !== '限时免费' && !isOdd && module.list[0].course_img !== module.list[0].course_img_small && module.name !== '限时免费' && !isOdd && module.list[0].course_img !== module.list[0].course_img_small &&
...@@ -109,7 +109,7 @@ const Module = function CourseList({module, toDetail}) { ...@@ -109,7 +109,7 @@ const Module = function CourseList({module, toDetail}) {
}) })
} }
</ul> </ul>
</LazyLoad> {/* </LazyLoad> */}
</div> </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