...
|
...
|
@@ -39,7 +39,6 @@ |
|
|
{{/ goodsSubtitle}}
|
|
|
|
|
|
<div class="price-date">
|
|
|
|
|
|
<div class="goods-price data-bind">
|
|
|
<h1 class="current-price"></h1>
|
|
|
<h1 class="previous-price"></h1>
|
...
|
...
|
@@ -47,13 +46,13 @@ |
|
|
<button class="limit-sale data-can-get-limit-code data-bind" id='limit-sale'>获取限购码</button>
|
|
|
<button class="got-limit-sale data-code-empty data-bind">限购码已被抢光</button>
|
|
|
<button class="got-limit-sale data-got-code data-bind">已获取限购码</button>
|
|
|
{{#if periodOfMarket}}
|
|
|
<div class="period-of-market">
|
|
|
<h1>上市期:</h1>
|
|
|
<h1 >{{periodOfMarket}}</h1>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{#if periodOfMarket}}
|
|
|
<div class="period-of-market">
|
|
|
<h1>上市期:</h1>
|
|
|
<h1 >{{periodOfMarket}}</h1>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
<div class="price-date data-bind">
|
|
|
<div class="student-price">
|
...
|
...
|
|