...
|
...
|
@@ -318,7 +318,7 @@ |
|
|
<div class="topListDetail">
|
|
|
<ul>
|
|
|
[[each product_list as item _index]]
|
|
|
<li class="topAdd" data-productId="[[item.product_id]]" data-productName="[[item.product_name]]" data-productPrice="[[item.market_price]]">
|
|
|
<li class="topAdd" data-productId="[[item.product_id]]" data-productName="[[item.product_name]]" data-productPrice="[[item.sales_price]]">
|
|
|
<a href="javascript:"><img src="[[item.default_images]]"><b></b><span>top[[_index]]</span><i></i></a>
|
|
|
</li>
|
|
|
[[/each]]
|
...
|
...
|
|