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
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2016-11-09 11:25:21 +0800
Commit
5065f85362d76430f0d6d4dcf61eebb929f5d9d7
2 parents
83b62ebb
5fdaa26a
Merge remote-tracking branch 'origin/hotfix/single2' into feature/registerYas
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
public/js/activity/single-day.page.js
public/js/activity/single-day.page.js
View file @
5065f85
...
...
@@ -127,6 +127,8 @@ var singleDay = {
$swiperTab
.
on
(
'click'
,
function
()
{
var
index
=
$
(
this
).
index
();
$
(
'body'
).
scrollTop
(
0
);
$swiperTab
.
removeClass
(
'active'
).
eq
(
index
).
addClass
(
'active'
);
if
(
self
.
$productTab
.
eq
(
index
).
find
(
'li'
).
length
>
0
)
{
...
...
Please
register
or
login
to post a comment