@@ -78,10 +78,10 @@ export default {
},
// 获取订单列表
getOrderList(index){
- let that=this;
this.page=1;
this.pagesize=5;
this.isBottom=false;
+ let that=this;
myRequest({
url:'/api/Order/orderList',
method:'post',