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
microTT
2016-04-18 13:21:35 +0800
Commit
6342375475ddc69265d092ab5a91d2c8d4785b4e
2 parents
0b07d9d9
ec236f8b
冲突解决
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
res/js/channel.js
website/view/script/default/index.php
res/js/channel.js
View file @
6342375
...
...
@@ -115,7 +115,7 @@ define('channel', function(require, exports) {
e
.
preventDefault
();
swiper
.
swipeNext
();
});
$
(
".dib a"
).
on
(
"click"
,
function
(
event
)
{
var
index
=
$
(
this
).
index
(
".dib a"
);
swiper
.
swipeTo
(
index
+
1
);
...
...
website/view/script/default/index.php
View file @
6342375
...
...
@@ -186,6 +186,7 @@ EOL;
})
seajs
.
use
([
'jquery'
,
'channel'
],
function
(
$
,
channel
)
{
channel
.
index
();
channel
.
common
();
})
</script>
<?php
$this
->
_endblock
();
?>
...
...
Please
register
or
login
to post a comment