Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yangyang
9 years ago
Commit
da40c60e7e2a0c9b47d69e59deea33c4dfc89071
2 parents
895dbe1f
48560621
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
static/js/product/newsale/hot-rank.js
static/js/product/newsale/hot-rank.js
View file @
da40c60
...
...
@@ -8,18 +8,18 @@ var page = 1,
hotnav
,
listTop
,
navSwiper
,
notab
=
0
,
notab
=
0
,
sort
=
''
,
id
=
''
;
function
hotrank
(
page
,
sort
,
tabId
,
notab
)
{
console
.
log
(
sort
);
$
.
ajax
({
type
:
'GET'
,
url
:
'/product/newsale/selectHotrank
'
,
url
:
'/product/newsale/selectHotrank
?'
+
sort
,
dataType
:
'html'
,
data
:
{
page
:
page
,
sort
:
sort
,
tab_id
:
tabId
,
notab
:
notab
},
...
...
@@ -48,8 +48,8 @@ function hotrank(page, sort, tabId, notab) {
hotnav
=
new
Hammer
(
$
(
'.s-goods-nav .nav-item'
)[
index
]);
hotnav
.
on
(
'tap'
,
function
(
e
)
{
var
navItme
=
$
(
'.s-goods-nav .nav-item'
).
eq
(
index
);
id
=
navItme
.
data
(
'id'
)
?
navItme
.
data
(
'id'
)
:
''
;
sort
=
navItme
.
data
(
'sort'
)
?
navItme
.
data
(
'sort'
)
:
''
;
page
=
1
;
notab
=
1
;
hotrank
(
page
,
sort
,
id
,
notab
);
...
...
Please
register
or
login
to post a comment