|
@@ -15,8 +15,8 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view v-if="discount < 1 && discount >0">
|
|
<view v-if="discount < 1 && discount >0">
|
|
|
- <text v-if="Number(info.discountPrice)>0">预估到手 {{parseFloat((Number(info.discountPrice)*Number(discount)).toFixed(2))}}</text>
|
|
|
|
|
- <text v-else>预估到手 {{parseFloat((Number(info.price)*Number(discount)).toFixed(2))}}</text>
|
|
|
|
|
|
|
+ <text v-if="Number(info.discountPrice)>0">到手价 {{parseFloat((Number(info.discountPrice)*Number(discount)).toFixed(2))}}</text>
|
|
|
|
|
+ <text v-else>到手价 {{parseFloat((Number(info.price)*Number(discount)).toFixed(2))}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view v-if="Number(info.discountPrice)>0" class="price" >¥{{ info.discountPrice }}</view>
|
|
<view v-if="Number(info.discountPrice)>0" class="price" >¥{{ info.discountPrice }}</view>
|