Authored by 姜枫

update lazyload

... ... @@ -19,11 +19,7 @@
{{# ../swiper}}
<div class="swiper-slide">
<a href="{{url}}">
{{#if @first}}
<img src="{{image2 img width=200 height=100 q=60}}">
{{^}}
<img class="swiper-lazy" data-src="{{img}}">
{{/if}}
<img class="swiper-lazy" data-src="{{image2 img width=200 height=100 q=60}}">
</a>
<div class="swiper-lazy-preloader"></div>
</div>
... ...
... ... @@ -94,7 +94,7 @@
"yoho-handlebars": "^4.0.5",
"yoho-iscroll": "^5.2.0",
"yoho-jquery": "^2.2.4",
"yoho-jquery-lazyload": "^1.9.8",
"yoho-jquery-lazyload": "^1.9.9",
"yoho-jquery-qrcode": "^0.14.0",
"yoho-mlellipsis": "0.0.3",
"yoho-qs": "^1.0.1",
... ...