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
李靖
2017-06-20 10:16:17 +0800
Commit
586276da76877fb61b596e6ec762eb4947436e74
1 parent
e6a0ac85
分页bu gbug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
apps/3party/models/material-new.js
public/js/product/shop/all-product.js
apps/3party/models/material-new.js
View file @
586276d
...
...
@@ -28,7 +28,8 @@ class materialModel extends global.yoho.BaseModel {
let
options
=
{
data
:
{
method
:
'app.search.recommendProduct'
,
type
:
'default'
type
:
'default'
,
limit
:
24
},
param
:
{
code
:
200
...
...
public/js/product/shop/all-product.js
View file @
586276d
...
...
@@ -227,7 +227,7 @@ const popularityFilter = function(thisLi, type) {
};
$listNav
.
on
(
'touchend touchcancel'
,
function
(
e
)
{
page
=
0
;
page
=
1
;
beforeScroll
=
$
(
window
).
scrollTop
();
isScrollLoad
=
false
;
...
...
Please
register
or
login
to post a comment