From 1c417a178cb48a143c5952f200d6495d1dc6df30 Mon Sep 17 00:00:00 2001 From: liangzhifeng <zhifeng.liang@yoho.cn> Date: Wed, 28 Oct 2015 10:24:45 +0800 Subject: [PATCH] update --- template/m.yohobuy.com/partials/home/banner_top.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/m.yohobuy.com/partials/home/banner_top.phtml b/template/m.yohobuy.com/partials/home/banner_top.phtml index 31112f3..724bee7 100644 --- a/template/m.yohobuy.com/partials/home/banner_top.phtml +++ b/template/m.yohobuy.com/partials/home/banner_top.phtml @@ -4,8 +4,9 @@ {{# list}} <li class="swiper-slide"> <a href="{{url}}"> - <img src="{{img}}" alt=""> + <img class="swiper-lazy" data-src="{{img}}"> </a> + <div class="swiper-lazy-preloader"></div> </li> {{/ list}} </ul> -- libgit2 0.24.0