Showing
2 changed files
with
2 additions
and
2 deletions
@@ -214,7 +214,7 @@ Page(Object.assign({ | @@ -214,7 +214,7 @@ Page(Object.assign({ | ||
214 | /** | 214 | /** |
215 | * 获取排队列表 | 215 | * 获取排队列表 |
216 | */ | 216 | */ |
217 | - getQueueList: function(actId, limit = 10) { | 217 | + getQueueList: function(actId, limit = 20) { |
218 | let that = this; | 218 | let that = this; |
219 | 219 | ||
220 | return LimitModel.getMyQueueList(actId, limit).then(res => { | 220 | return LimitModel.getMyQueueList(actId, limit).then(res => { |
-
Please register or login to post a comment