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
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
29d49ca938582f13b3a3b0bbc046508c0efc15a8
2 parents
4afc2981
b0a74f38
Merge branch 'gray' of git.yoho.cn:fe/yohobuy-node into gray
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/js/product/newArrive.page.js
public/js/product/newArrive.page.js
View file @
29d49ca
...
...
@@ -16,6 +16,8 @@ require('yoho-jquery-pjax');
$
(
'.slide-container'
).
slider
();
$
(
'.left-one'
).
slider
();
var
channel
=
window
.
queryString
().
channel
||
''
;
// 获取最新上架,列表埋点数据
function
getProListData
()
{
var
goodsData
=
[];
...
...
@@ -183,7 +185,7 @@ $(document).pjax('.foot-pager .pager > a, .catagory-navs li.active > a', '#pjax-
});
$
(
document
).
pjax
(
'.catagory-navs li:not(.active) > a'
,
'#pjax-container'
,
{
url
:
'?channel='
+
window
.
queryString
().
channel
,
url
:
'?channel='
+
channel
,
timeout
:
2000
});
...
...
Please
register
or
login
to post a comment