Merge branch 'release/5.2' of http://git.yoho.cn/fe/yohobuywap-node into release/5.2
Showing
2 changed files
with
3 additions
and
2 deletions
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <span class="notice-icon"></span> | 3 | <span class="notice-icon"></span> |
4 | <div class="swiper-wrapper"> | 4 | <div class="swiper-wrapper"> |
5 | {{#list}} | 5 | {{#list}} |
6 | - <a class="notice-item swiper-slide item-{{@index}}" href="{{url}}"> | 6 | + <a class="notice-item swiper-slide swiper-no-swiping item-{{@index}}" href="{{url}}"> |
7 | {{title}} | 7 | {{title}} |
8 | </a> | 8 | </a> |
9 | {{/list}} | 9 | {{/list}} |
@@ -98,7 +98,8 @@ var installment = { | @@ -98,7 +98,8 @@ var installment = { | ||
98 | autoplay: time, | 98 | autoplay: time, |
99 | direction: 'vertical', | 99 | direction: 'vertical', |
100 | speed: 500, | 100 | speed: 500, |
101 | - loop: true | 101 | + loop: true, |
102 | + noSwiping: true | ||
102 | }); | 103 | }); |
103 | }, | 104 | }, |
104 | setDetailText: function() { // 标题限制行数 | 105 | setDetailText: function() { // 标题限制行数 |
-
Please register or login to post a comment