Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
2586703@qq.com
2015-06-29 16:17:25 +0800
Commit
b89c106f100504fd8ddecddefc5cc2f0a71cc534
2 parents
b7b4854d
ac811958
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohood
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
res/js/yohood.js
res/js/yohood.js
View file @
b89c106
...
...
@@ -78,6 +78,8 @@ define('yohood', function(require, exports) {
next
:
'.limited-slide-next'
,
auto
:
false
,
callback
:
function
(
index
,
element
)
{
console
.
log
(
index
);
console
.
log
(
"swiperLen:"
+
swiperLen
);
limitedPrev
.
removeClass
(
'disable'
);
limitedNext
.
removeClass
(
'disable'
);
if
(
index
===
swiperLen
-
1
)
{
...
...
Please
register
or
login
to post a comment