Authored by 郭成尧

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

... ... @@ -87,7 +87,7 @@ if (isProduction) {
domains: {
api: 'http://api.yoho.yohoops.org/',
service: 'http://service.yoho.yohoops.org/',
singleApi: 'http://api_single.yoho.cn/'
singleApi: 'http://single.yoho.cn/'
},
memcache: {
master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'],
... ...
... ... @@ -40,7 +40,7 @@
<img :src="item.thumb | resize 213 134"/>
</a>
</div>
<h3><a :href="`/editorial/${item.id}.html`">{{item.title}}</a></h3>
<h3><a class="line-clamp-2" :href="`/editorial/${item.id}.html`">{{item.title}}</a></h3>
<div class="sub-time">
<span class="icon icon-timeshare"></span><span class="label">{{article.publishTime | formatUnixTime 'MM.DD HH:mm'}}</span>
</div>
... ... @@ -104,6 +104,7 @@
img {
width: 214px;
height: 134px;
}
}
... ...