...
|
...
|
@@ -30,7 +30,7 @@ |
|
|
<button class="btn btn-remind-off" data-remind data-action="cancel" {{#unless remindFlag}}style="display: none;"{{/unless}}>取消提醒</button>
|
|
|
<button class="btn btn-remind-on" data-remind data-action="add" {{#if remindFlag}}style="display: none;"{{/if}}>提醒我</button>
|
|
|
{{else}}
|
|
|
<a href='/product/show_{{productSkn}}.html' class="btn btn-buy">即将开抢</a>
|
|
|
<a href='/product/seckill/show_{{productSkn}}.html' class="btn btn-buy">即将开抢</a>
|
|
|
{{/if}}
|
|
|
{{else}}
|
|
|
<a href='/product/seckill/show_{{productSkn}}.html{{#if @root.isApp}}&openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"{{productSkn}}", "is_seckill":"Y"}}{{/if}}' class="btn btn-buy">去抢购</a>
|
...
|
...
|
|