...
|
...
|
@@ -34,14 +34,17 @@ |
|
|
</div>
|
|
|
<div class="price {{#if students}}student-price{{/if}}">
|
|
|
{{#if students}}
|
|
|
<span class="sale-price {{^price}}no-price{{/price}}">¥{{studentPrice}}</span>
|
|
|
<span class="students-price-tag">学生价</span>
|
|
|
<span class="sale-price {{^price}}no-price{{/price}}">¥{{studentPrice}}</span>
|
|
|
<span class="students-price-tag">学生价</span>
|
|
|
{{#salePrice}}
|
|
|
<span class="market-price">¥{{.}}</span>
|
|
|
{{/salePrice}}
|
|
|
{{^}}
|
|
|
<span class="sale-price {{^price}}no-price{{/price}}">¥{{salePrice}}</span>
|
|
|
<span class="sale-price {{^price}}no-price{{/price}}">¥{{salePrice}}</span>
|
|
|
{{#price}}
|
|
|
<span class="market-price">¥{{.}}</span>
|
|
|
{{/price}}
|
|
|
{{/if}}
|
|
|
{{#price}}
|
|
|
<span class="market-price">¥{{.}}</span>
|
|
|
{{/price}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
|