Authored by 邱骏

限定排队

... ... @@ -28,7 +28,7 @@ let yas;
* method=app.drawline.getQueueList
* activityId=179
* limit=50
* sort=0
* sort=0开始位置
*
*
* 接口:排队活动信息
... ...
... ... @@ -214,7 +214,7 @@ Page(Object.assign({
/**
* 获取排队列表
*/
getQueueList: function(actId, limit = 10) {
getQueueList: function(actId, limit = 20) {
let that = this;
return LimitModel.getMyQueueList(actId, limit).then(res => {
... ...