Authored by ccbikai

星潮教室优化

... ... @@ -73,7 +73,7 @@ exports.getIndexHtml = (req, res, next) => {
focus: true,
data: result.ads
},
starAvatar: result.starAvatar,
starAvatar: result.starAvatar.concat(result.starAvatar).concat(result.starAvatar),
articles: result.articles
}));
}).catch(next);
... ...
... ... @@ -2,6 +2,5 @@
{{> star/head-tab}}
<div class="swiper-num"></div>
<div class="star-main">
{{> star/index-html}}
</div>
</div>
... ...