Authored by microTT

冲突解决

... ... @@ -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);
... ...
... ... @@ -186,6 +186,7 @@ EOL;
})
seajs.use(['jquery', 'channel'], function($, channel) {
channel.index();
channel.common();
})
</script>
<?php $this->_endblock();?>
... ...