...
|
...
|
@@ -61,8 +61,13 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
<div class="btn-wrap">
|
|
|
|
|
|
{{#if @root.buttonText.double}}
|
|
|
<button id="chose-btn-buynow" class="btn btn-sure-buynow">立即购买</button>
|
|
|
{{#if @root.startSaleTimeStr}}
|
|
|
<button disabled="disabled" class="btn btn-cannot-buynow">立即购买</button>
|
|
|
{{else}}
|
|
|
<button id="chose-btn-buynow" class="btn btn-sure-buynow">立即购买</button>
|
|
|
{{/if}}
|
|
|
<button id="chose-btn-sure" class="btn btn-sure-addtocart">加入购物车</button>
|
|
|
{{^}}
|
|
|
<button id="chose-btn-sure" class="btn btn-sure">{{@root.buttonText.text}}</button>
|
...
|
...
|
|