Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
邱骏
2018-07-11 10:22:08 +0800
Commit
135db040d104109c5b597a0d522349f89c1d09bd
1 parent
4c57d051
限定排队
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/pages/queue/index.js
app/pages/queue/myList.js
app/pages/queue/index.js
View file @
135db04
...
...
@@ -28,7 +28,7 @@ let yas;
* method=app.drawline.getQueueList
* activityId=179
* limit=50
* sort=0
* sort=0
开始位置
*
*
* 接口:排队活动信息
...
...
app/pages/queue/myList.js
View file @
135db04
...
...
@@ -214,7 +214,7 @@ Page(Object.assign({
/**
* 获取排队列表
*/
getQueueList
:
function
(
actId
,
limit
=
1
0
)
{
getQueueList
:
function
(
actId
,
limit
=
2
0
)
{
let
that
=
this
;
return
LimitModel
.
getMyQueueList
(
actId
,
limit
).
then
(
res
=>
{
...
...
Please
register
or
login
to post a comment