Authored by 张丽霞

首页公告栏图片接口返回

... ... @@ -27,7 +27,6 @@ function downCount(options) {
return newDate;
},
difference = targetDateFunction(),// difference of dates
interval;
... ...
... ... @@ -5,7 +5,7 @@
float: left;
width: 170px;
height: 72px;
background: resolve('img/trend.png') no-repeat center center;
background:no-repeat center center;
background-size: 90%;
background-color: #fff;
... ...
<div class="notice-wrap clearfix">
<div class="trend">
</div>
<img class="trend" src="{{img}}">
<div class="notice" data-time="{{notice.time}}">
{{# list}}
<a class="notice-item item-{{@index}}" href="{{url}}">
... ...