Authored by 邱骏

限定排队

@@ -28,7 +28,7 @@ let yas; @@ -28,7 +28,7 @@ let yas;
28 * method=app.drawline.getQueueList 28 * method=app.drawline.getQueueList
29 * activityId=179 29 * activityId=179
30 * limit=50 30 * limit=50
31 - * sort=0 31 + * sort=0开始位置
32 * 32 *
33 * 33 *
34 * 接口:排队活动信息 34 * 接口:排队活动信息
@@ -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 => {