|
@@ -57,11 +57,17 @@ export default {
|
|
};
|
|
};
|
|
},
|
|
},
|
|
onLoad() {
|
|
onLoad() {
|
|
- this.getOrderList(this.list[0]);
|
|
|
|
|
|
+ // this.getOrderList(this.list[0]);
|
|
// this.getOrderList(this.list[1]);
|
|
// this.getOrderList(this.list[1]);
|
|
// this.getOrderList(this.list[2]);
|
|
// this.getOrderList(this.list[2]);
|
|
// this.getOrderList(this.list[3]);
|
|
// this.getOrderList(this.list[3]);
|
|
},
|
|
},
|
|
|
|
+ onShow(){
|
|
|
|
+ // onShow 刷新数据
|
|
|
|
+ this.list[0].pageNum = 1;
|
|
|
|
+ this.orderList=[[], [], [], []];
|
|
|
|
+ this.getOrderList(this.list[0]);
|
|
|
|
+ },
|
|
computed: {
|
|
computed: {
|
|
// 价格小数
|
|
// 价格小数
|
|
priceDecimal() {
|
|
priceDecimal() {
|