Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
7 years ago
Commit
d424e4b4a968a1981258f3d958f34076c9c7d114
1 parent
de45d7e7
next page
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/list.js
apps/product/models/list.js
View file @
d424e4b
...
...
@@ -129,7 +129,7 @@ function getListData(params, channel) {
Object
.
assign
({
showDiscount
:
false
},
params
,
{
from
:
{
type
:
'list'
,
params
:
params
}
})),
hasNextPage
:
listHandler
.
handleNextPage
(
params
,
result
[
2
].
data
.
total
),
hasNextPage
:
listHandler
.
handleNextPage
(
params
,
result
[
2
].
data
.
total
,
baseUrl
),
// 最近浏览记录
latestWalk
:
6
...
...
Please
register
or
login
to post a comment