|
@@ -71,10 +71,19 @@
|
|
|
{{if $v.isExpired}}
|
|
|
<span class="expired">已过期</span>
|
|
|
{{else}}
|
|
|
- {{if eq $v.i_price 0}}
|
|
|
- <span class="hot-price">免费</span>
|
|
|
+ {{if $v.isDiscount}}
|
|
|
+ {{if $v.discountPrice }}
|
|
|
+ <span class="hot-price">免费{{$v.discountPrice}}</span>
|
|
|
+ {{else}}
|
|
|
+ <span class="hot-price" style="font-size:18px;line-height: 28px;"><em style="font-size:12px;line-height: 18px;">¥</em>{{Division $v.discountPrice 100}}</span>
|
|
|
+ {{end}}
|
|
|
+ <span class="init-price">¥{{Division $v.i_price 100}}</span>
|
|
|
{{else}}
|
|
|
- <span class="hot-price" style="font-size:18px;line-height: 28px;"><em style="font-size:12px;line-height: 18px;">¥</em>{{Division $v.i_price 100}}</span>
|
|
|
+ {{if eq $v.i_price 0}}
|
|
|
+ <span class="hot-price">免费</span>
|
|
|
+ {{else}}
|
|
|
+ <span class="hot-price" style="font-size:18px;line-height: 28px;"><em style="font-size:12px;line-height: 18px;">¥</em>{{Division $v.i_price 100}}</span>
|
|
|
+ {{end}}
|
|
|
{{end}}
|
|
|
{{end}}
|
|
|
</p>
|