update:订单信息字段修正
This commit is contained in:
parent
49dd906bca
commit
2d97d24044
@ -109,13 +109,13 @@
|
|||||||
<view class="tit">{{ group.item_name }}</view>
|
<view class="tit">{{ group.item_name }}</view>
|
||||||
<view class="desc">
|
<view class="desc">
|
||||||
<view class="total">数量X{{ group.order_item_quantity }}</view>
|
<view class="total">数量X{{ group.order_item_quantity }}</view>
|
||||||
<view class="price">¥{{ group.order_item_amount }}</view>
|
<view class="price">¥{{ group.item_unit_price }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="counter">
|
<view class="counter">
|
||||||
<view class="text">小计</view>
|
<view class="text">小计</view>
|
||||||
<view class="prize_type">¥</view>
|
<view class="prize_type">¥</view>
|
||||||
<view class="prize_num">{{ orderItem.order_product_amount }}</view>
|
<view class="prize_num">{{ group.order_item_amount }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -608,6 +608,7 @@ export default {
|
|||||||
this.refreshInterval = setInterval(() => {
|
this.refreshInterval = setInterval(() => {
|
||||||
this.$forceUpdate(); // 强制更新视图
|
this.$forceUpdate(); // 强制更新视图
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
console.log("xxxxx",this.orderItem)
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
// 组件销毁时清除定时器
|
// 组件销毁时清除定时器
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user