Browse Source

到手价

shish 4 years ago
parent
commit
4b55f8f1cd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hdApp/src/components/module/app-commodity.vue

+ 2 - 2
hdApp/src/components/module/app-commodity.vue

@@ -15,8 +15,8 @@
 					</view>
 					
 					<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 v-if="Number(info.discountPrice)>0" class="price" >¥{{ info.discountPrice }}</view>