Authored by 沈志敏

fix bug

... ... @@ -3,8 +3,7 @@
<navbar>
<template slot="right">
<a class="right-button no-intercept" href="javascript:void(0);" @click="like()">
<span class="icon icon-like" :class=""></span>
{{likeCount ? likeCount : ''}}
<span class="icon icon-like" :class=""><span class="count">{{likeCount ? likeCount : ''}}</span></span>
</a>
<!--暂时隐藏收藏入口,下个版本使用-->
<!--<a class="right-button no-intercept" href="javascript:void(0);" @click="favorite()">-->
... ... @@ -21,7 +20,7 @@
<style>
.top-nav {
.right-button {
/*margin-left: 30px;*/
margin-left: 30px;
}
}
</style>
... ...