...
|
...
|
@@ -7,7 +7,7 @@ |
|
|
<div class="swipe-items-wrap">
|
|
|
{{#each goods_list}}
|
|
|
{{#if color_image}}
|
|
|
<div class="swipe-item {{#if @first}}active{{/if}}"> <img width="100%" alt="" src="{{image2 color_image w=750 h=1000 q=80}}"></div>
|
|
|
<div class="swipe-item {{#if @first}}active{{/if}}"> <img width="100%" alt="" src="{{image2 color_image w=750 h=1000 q=80}}/interlace/1"></div>
|
|
|
{{/if}}
|
|
|
{{/each}}
|
|
|
</div>
|
...
|
...
|
|