shish hace 3 años
padre
commit
eee13056e2
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      hdApp/src/pagesPurchase/bookProduct.vue

+ 1 - 2
hdApp/src/pagesPurchase/bookProduct.vue

@@ -96,7 +96,7 @@
 									<text class="item-price">
 										<text class="unit">¥</text>
 										<text class="price">
-											{{ parseFloat(item.bigPrice)||0 }}
+											{{ parseFloat(item.price)||0 }}
 										</text>
 									</text>
 								</view>
@@ -280,7 +280,6 @@ export default {
 
 				this.customData.bigCount = this.xjData.stock
 				this.customData.smallCount = 0
-				this.customData.bigPrice = this.xjData.price
 				this.customData.price = this.xjData.price
 				this.customData.itemPrice = this.xjData.price
 				this.customData.userPrice = (Number(this.xjData.stock) * Number(this.xjData.price)).toFixed(2)