@@ -164,9 +164,9 @@ export default {
},
//切换搜索订单状态
tabSwitch(num) {
- this.getOrderList(1);
- this.page = 1;
this.follow = num;
+ this.page = 1;
+ this.getOrderList(1);
//跳转订单详情
toDetail(value) {