...
|
...
|
@@ -65,6 +65,14 @@ |
|
|
<script type="text/javascript">
|
|
|
seajs.use('yohood',function(yohood){
|
|
|
yohood.brand();
|
|
|
$('.slide-box-warp .slide-prev').on('click', function(e) {
|
|
|
e.preventDefault();
|
|
|
swiper.swipePrev();
|
|
|
});
|
|
|
$('.slide-box-warp .slide-next').on('click', function(e) {
|
|
|
e.preventDefault();
|
|
|
swiper.swipeNext();
|
|
|
});
|
|
|
})
|
|
|
// seajs.use('yohood',function(yohood){
|
|
|
// yohood.index();
|
...
|
...
|
|