|
|
@@ -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)
|