Commit 02d04def authored by 刘用法's avatar 刘用法

每页100条

parent a230234f
......@@ -87,7 +87,7 @@
search: {
token: "",
pageNumber: 0,
pageSize: 10,
pageSize: 100,
},
bottomLoading: false
};
......@@ -170,7 +170,6 @@
await app.getBaseInfo(self, callBack);
this.orderList = []
this.messageList = []
// 加载消息列表
self.loadMessageList();
self.loadOrderList();
......
......@@ -54,7 +54,7 @@
showSview: true,
curNow: 0,
pageNumber: 0,
pageSize: 10,
pageSize: 100,
orderList: [],
list: [{
name: '待预约',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment