|
@@ -62,10 +62,8 @@
|
|
|
<span>优惠价</span>
|
|
|
<span class="OPPOSans"
|
|
|
>¥{{
|
|
|
- info.price_discount_content_item_total
|
|
|
- ? info.price_discount_content_item_total
|
|
|
- : info.hasOwnProperty("price_discount") ||
|
|
|
- info.hasOwnProperty("iss_price_sell")
|
|
|
+ info.hasOwnProperty("price_discount") ||
|
|
|
+ info.hasOwnProperty("iss_price_sell")
|
|
|
? info.price_discount || info.iss_price_sell
|
|
|
: info.price || info.iss_price_org | cutMoneyFiter
|
|
|
}}</span
|
|
@@ -76,15 +74,9 @@
|
|
|
(info.hasOwnProperty('price_discount') &&
|
|
|
info.price_discount !== info.price) ||
|
|
|
(info.hasOwnProperty('iss_price_sell') &&
|
|
|
- info.iss_price_sell !== info.iss_price_org) ||
|
|
|
- info.price_discount_content_item_total !==
|
|
|
- info.price_content_item_total
|
|
|
+ info.iss_price_sell !== info.iss_price_org)
|
|
|
"
|
|
|
- >¥{{
|
|
|
- info.price_content_item_total ||
|
|
|
- info.price ||
|
|
|
- info.iss_price_org | cutMoneyFiter
|
|
|
- }}</span
|
|
|
+ >¥{{ info.price || info.iss_price_org | cutMoneyFiter }}</span
|
|
|
>
|
|
|
</div>
|
|
|
<span class="sales-right" v-if="sales >= 1000"
|