shish 3 лет назад
Родитель
Сommit
eee13056e2
1 измененных файлов с 1 добавлено и 2 удалено
  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="item-price">
 										<text class="unit">¥</text>
 										<text class="unit">¥</text>
 										<text class="price">
 										<text class="price">
-											{{ parseFloat(item.bigPrice)||0 }}
+											{{ parseFloat(item.price)||0 }}
 										</text>
 										</text>
 									</text>
 									</text>
 								</view>
 								</view>
@@ -280,7 +280,6 @@ export default {
 
 
 				this.customData.bigCount = this.xjData.stock
 				this.customData.bigCount = this.xjData.stock
 				this.customData.smallCount = 0
 				this.customData.smallCount = 0
-				this.customData.bigPrice = this.xjData.price
 				this.customData.price = this.xjData.price
 				this.customData.price = this.xjData.price
 				this.customData.itemPrice = this.xjData.price
 				this.customData.itemPrice = this.xjData.price
 				this.customData.userPrice = (Number(this.xjData.stock) * Number(this.xjData.price)).toFixed(2)
 				this.customData.userPrice = (Number(this.xjData.stock) * Number(this.xjData.price)).toFixed(2)