1
|
<div class="title">为您优选新品</div>
|
1
|
<div class="title">为您优选新品</div>
|
2
|
<div id="swiper-recommend" class="swiper-container">
|
2
|
<div id="swiper-recommend" class="swiper-container">
|
3
|
- <ul class="swiper-wrapper swiper-wrapper-recommend">
|
3
|
+ <div class="swiper-wrapper swiper-wrapper-recommend">
|
4
|
{{#recommendList}}
|
4
|
{{#recommendList}}
|
5
|
- <li class="swiper-slide">
|
5
|
+ <a class="swiper-slide" href="{{url}}">
|
6
|
<img class="swiper-lazy img-box" data-src="{{thumb}}">
|
6
|
<img class="swiper-lazy img-box" data-src="{{thumb}}">
|
7
|
<div class="price">
|
7
|
<div class="price">
|
8
|
<span class="sale-price {{^price}}no-price{{/price}}">¥{{salePrice}}</span>
|
8
|
<span class="sale-price {{^price}}no-price{{/price}}">¥{{salePrice}}</span>
|
9
|
{{#price}}<span class="old-price">¥{{.}}</span>{{/price}}
|
9
|
{{#price}}<span class="old-price">¥{{.}}</span>{{/price}}
|
10
|
</div>
|
10
|
</div>
|
11
|
<div class="swiper-lazy-preloader"></div>
|
11
|
<div class="swiper-lazy-preloader"></div>
|
12
|
- </li>
|
12
|
+ </a>
|
13
|
{{/recommendList}}
|
13
|
{{/recommendList}}
|
14
|
- </ul>
|
14
|
+ </div>
|
15
|
</div> |
15
|
</div> |