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

每页100条

parent a230234f
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
search: { search: {
token: "", token: "",
pageNumber: 0, pageNumber: 0,
pageSize: 10, pageSize: 100,
}, },
bottomLoading: false bottomLoading: false
}; };
...@@ -170,7 +170,6 @@ ...@@ -170,7 +170,6 @@
await app.getBaseInfo(self, callBack); await app.getBaseInfo(self, callBack);
this.orderList = [] this.orderList = []
this.messageList = []
// 加载消息列表 // 加载消息列表
self.loadMessageList(); self.loadMessageList();
self.loadOrderList(); self.loadOrderList();
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
showSview: true, showSview: true,
curNow: 0, curNow: 0,
pageNumber: 0, pageNumber: 0,
pageSize: 10, pageSize: 100,
orderList: [], orderList: [],
list: [{ list: [{
name: '待预约', 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