Authored by 沈志敏

fix bug

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