Authored by 周奇琪

Merge branch 'develop' of git.yoho.cn:fe/yoho-blk into develop

... ... @@ -5,7 +5,11 @@ const getContent = () => {
{
slider: [
{
img: '//img10.static.yhbimg.com/yhb-img01/2016/06/28/11/015a86ade17dc6213bab85b2162adebcd6.jpg?imageView2/2/w/1150/h/450',
img: '//placehold.it/{width}x{height}',
link: '/'
},
{
img: '//img10.static.yhbimg.com/yhb-img01/2016/06/28/11/015a86ade17dc6213bab85b2162adebcd6.jpg?imageView2/2/w/1920/h/650',
link: '/'
},
{
... ...
... ... @@ -4,11 +4,7 @@
{{# slider}}
<li style="{{#if bgColor}}background:{{bgColor}}{{/if}}">
<a href="{{url}}" target= "_blank">
{{#if @first}}
<img src="{{image img 1920 645}}">
{{^}}
<img class="lazy" data-original="{{image img 1920 645}}" alt="">
{{/if}}
</a>
{{# tips}}
<div class="slide-tips">
... ...