|
@@ -65,6 +65,14 @@ |
|
@@ -65,6 +65,14 @@ |
65
|
<script type="text/javascript">
|
65
|
<script type="text/javascript">
|
66
|
seajs.use('yohood',function(yohood){
|
66
|
seajs.use('yohood',function(yohood){
|
67
|
yohood.brand();
|
67
|
yohood.brand();
|
|
|
68
|
+ $('.slide-box-warp .slide-prev').on('click', function(e) {
|
|
|
69
|
+ e.preventDefault();
|
|
|
70
|
+ swiper.swipePrev();
|
|
|
71
|
+ });
|
|
|
72
|
+ $('.slide-box-warp .slide-next').on('click', function(e) {
|
|
|
73
|
+ e.preventDefault();
|
|
|
74
|
+ swiper.swipeNext();
|
|
|
75
|
+ });
|
68
|
})
|
76
|
})
|
69
|
// seajs.use('yohood',function(yohood){
|
77
|
// seajs.use('yohood',function(yohood){
|
70
|
// yohood.index();
|
78
|
// yohood.index();
|