...
|
...
|
@@ -135,7 +135,7 @@ |
|
|
|
|
|
<div class="bottom">
|
|
|
<div class="count-down">
|
|
|
{{#if storage_sum}}
|
|
|
{{#ifcond storage_sum '&&' activityIdDetail.currentTime}}
|
|
|
<div data-current="{{activityIdDetail.currentTime}}"
|
|
|
data-begin="{{activityIdDetail.beginTime}}"
|
|
|
data-end="{{activityIdDetail.endTime}}"
|
...
|
...
|
@@ -147,7 +147,7 @@ |
|
|
<span class="number" id="minutes"></span>分
|
|
|
<span class="number" id="seconds"></span>秒
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
{{/ifcond}}
|
|
|
</div>
|
|
|
{{#unless groupNo}}
|
|
|
<a href="/activity/group" class='shoppint-cart-icon'>
|
...
|
...
|
@@ -174,7 +174,7 @@ |
|
|
{{/if}}
|
|
|
</button>
|
|
|
|
|
|
<button class="buynow join-group-btn"
|
|
|
<button class="buynow join-group-btn" {{#ifcond activityIdDetail.peopleNum "==" '0'}} style="background-color: #b0b0b0;" {{/ifcond}}
|
|
|
id="buynow">
|
|
|
<span class="bottom-title">{{activityIdDetail.formatCollagePrice}}</span>
|
|
|
{{#if groupNo}}
|
...
|
...
|
|