...
|
...
|
@@ -14,7 +14,10 @@ |
|
|
<div class="price"
|
|
|
style="{{#if ../productStyle.priceFontColor}}color:{{../productStyle.priceFontColor}};{{/if}}">
|
|
|
<span class="seckill-price">¥{{secKillPrice}}</span>
|
|
|
<span class="market-price">¥{{marketPrice}}</span>
|
|
|
{{#if marketPrice}}
|
|
|
<span class="market-price">¥{{marketPrice}}</span>
|
|
|
{{/if}}
|
|
|
|
|
|
</div>
|
|
|
<div class="status-type">
|
|
|
{{#if over}}
|
...
|
...
|
@@ -28,6 +31,6 @@ |
|
|
<div class="status-bg {{#if over}}status-over{{else if wait}}status-wait{{else}}status-go{{/if}}"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a>
|
|
|
</a>
|
|
|
</div>
|
|
|
{{/ list}} |
|
|
\ No newline at end of file |
|
|
{{/ list}} |
...
|
...
|
|