|
@@ -38,7 +38,11 @@ |
|
@@ -38,7 +38,11 @@ |
38
|
<div class="price-date">
|
38
|
<div class="price-date">
|
39
|
{{# goodsPrice}}
|
39
|
{{# goodsPrice}}
|
40
|
<div class="goods-price">
|
40
|
<div class="goods-price">
|
|
|
41
|
+ {{#if isSecKil}}
|
|
|
42
|
+ <h1 class="current-price">{{secKillPrice}}</h1>
|
|
|
43
|
+ {{else}}
|
41
|
<h1 class="current-price">{{currentPrice}}</h1>
|
44
|
<h1 class="current-price">{{currentPrice}}</h1>
|
|
|
45
|
+ {{/if}}
|
42
|
<h1 class="previous-price">{{previousPrice}}</h1>
|
46
|
<h1 class="previous-price">{{previousPrice}}</h1>
|
43
|
</div>
|
47
|
</div>
|
44
|
{{/ goodsPrice}}
|
48
|
{{/ goodsPrice}}
|
|
@@ -63,11 +67,13 @@ |
|
@@ -63,11 +67,13 @@ |
63
|
<h1 >{{periodOfMarket}}</h1>
|
67
|
<h1 >{{periodOfMarket}}</h1>
|
64
|
</div>
|
68
|
</div>
|
65
|
{{/if}}
|
69
|
{{/if}}
|
66
|
- {{# if is_secKil}}
|
70
|
+ {{#if isSecKil/notStart}}
|
67
|
<div class="seckill-time">
|
71
|
<div class="seckill-time">
|
68
|
<span>距结束 </span>
|
72
|
<span>距结束 </span>
|
69
|
- <span>12:00:00</span>
|
73
|
+ <span>{{startTime}}</span>
|
70
|
</div>
|
74
|
</div>
|
|
|
75
|
+ {{/if}}
|
|
|
76
|
+ {{#if isSecKil}}
|
71
|
<div class="seckill-time">
|
77
|
<div class="seckill-time">
|
72
|
<span class="seckill-time-pic">秒杀预告</span>
|
78
|
<span class="seckill-time-pic">秒杀预告</span>
|
73
|
<span>8月27日 12:00</span>
|
79
|
<span>8月27日 12:00</span>
|