Showing
2 changed files
with
2 additions
and
6 deletions
@@ -19,11 +19,7 @@ | @@ -19,11 +19,7 @@ | ||
19 | {{# ../swiper}} | 19 | {{# ../swiper}} |
20 | <div class="swiper-slide"> | 20 | <div class="swiper-slide"> |
21 | <a href="{{url}}"> | 21 | <a href="{{url}}"> |
22 | - {{#if @first}} | ||
23 | - <img src="{{image2 img width=200 height=100 q=60}}"> | ||
24 | - {{^}} | ||
25 | - <img class="swiper-lazy" data-src="{{img}}"> | ||
26 | - {{/if}} | 22 | + <img class="swiper-lazy" data-src="{{image2 img width=200 height=100 q=60}}"> |
27 | </a> | 23 | </a> |
28 | <div class="swiper-lazy-preloader"></div> | 24 | <div class="swiper-lazy-preloader"></div> |
29 | </div> | 25 | </div> |
@@ -94,7 +94,7 @@ | @@ -94,7 +94,7 @@ | ||
94 | "yoho-handlebars": "^4.0.5", | 94 | "yoho-handlebars": "^4.0.5", |
95 | "yoho-iscroll": "^5.2.0", | 95 | "yoho-iscroll": "^5.2.0", |
96 | "yoho-jquery": "^2.2.4", | 96 | "yoho-jquery": "^2.2.4", |
97 | - "yoho-jquery-lazyload": "^1.9.8", | 97 | + "yoho-jquery-lazyload": "^1.9.9", |
98 | "yoho-jquery-qrcode": "^0.14.0", | 98 | "yoho-jquery-qrcode": "^0.14.0", |
99 | "yoho-mlellipsis": "0.0.3", | 99 | "yoho-mlellipsis": "0.0.3", |
100 | "yoho-qs": "^1.0.1", | 100 | "yoho-qs": "^1.0.1", |
-
Please register or login to post a comment