Authored by 陈轩

Merge branch 'release/5.2' of http://git.yoho.cn/fe/yohobuywap-node into release/5.2

... ... @@ -3,7 +3,7 @@
<span class="notice-icon"></span>
<div class="swiper-wrapper">
{{#list}}
<a class="notice-item swiper-slide item-{{@index}}" href="{{url}}">
<a class="notice-item swiper-slide swiper-no-swiping item-{{@index}}" href="{{url}}">
{{title}}
</a>
{{/list}}
... ...
... ... @@ -98,7 +98,8 @@ var installment = {
autoplay: time,
direction: 'vertical',
speed: 500,
loop: true
loop: true,
noSwiping: true
});
},
setDetailText: function() { // 标题限制行数
... ...