Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
QC-L
2019-03-12 16:58:06 +0800
Commit
32a6474b19caacab4f707f9a1d35cbfa8d2f8d72
1 parent
e746fa94
修改我的订单加载订单 limit 为 20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/activity/controllers/group.js
public/js/activity/group-order.page.js
apps/activity/controllers/group.js
View file @
32a6474
...
...
@@ -338,7 +338,7 @@ function loadOrder(req, res, next) {
}
=
req
.
query
;
const
param
=
{
page
,
limit
:
limit
||
1
0
,
limit
:
limit
||
2
0
,
type
:
type
||
2
,
uid
};
...
...
public/js/activity/group-order.page.js
View file @
32a6474
...
...
@@ -114,7 +114,7 @@ class GroupOrder extends Page {
url
:
'/activity/group/loadOrder'
,
data
:
{
page
:
this
.
data
.
page
,
limit
:
1
0
,
limit
:
2
0
,
type
:
window
.
queryString
.
type
}
}).
then
(
result
=>
{
...
...
Please
register
or
login
to post a comment