Compare commits
No commits in common. "ace0c2cc20aa27d0d04d15d1cf38f468ba52f34a" and "49dd906bcaa55e332fd1ab3c5d2defdcef8f9658" have entirely different histories.
ace0c2cc20
...
49dd906bca
@ -64,7 +64,7 @@ export default {
|
||||
margin: 20rpx;
|
||||
padding: 20rpx;
|
||||
.area {
|
||||
border-bottom: 1px solid rgba(238, 238, 238, 0.5);
|
||||
border-bottom: 1px solid rgb(238, 238, 238, 0.5);
|
||||
}
|
||||
.btn {
|
||||
margin-top: 40rpx;
|
||||
|
||||
@ -109,13 +109,13 @@
|
||||
<view class="tit">{{ group.item_name }}</view>
|
||||
<view class="desc">
|
||||
<view class="total">数量X{{ group.order_item_quantity }}</view>
|
||||
<view class="price">¥{{ group.item_unit_price }}</view>
|
||||
<view class="price">¥{{ group.order_item_amount }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="counter">
|
||||
<view class="text">小计</view>
|
||||
<view class="prize_type">¥</view>
|
||||
<view class="prize_num">{{ group.order_item_amount }}</view>
|
||||
<view class="prize_num">{{ orderItem.order_product_amount }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -608,7 +608,6 @@ export default {
|
||||
this.refreshInterval = setInterval(() => {
|
||||
this.$forceUpdate(); // 强制更新视图
|
||||
}, 1000);
|
||||
console.log("xxxxx",this.orderItem)
|
||||
},
|
||||
beforeDestroy() {
|
||||
// 组件销毁时清除定时器
|
||||
|
||||
Loading…
Reference in New Issue
Block a user