Browse Source

[edit] style

wenliming 2 years ago
parent
commit
259398646a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/components/nft-group-list.vue

+ 1 - 1
src/view/components/nft-group-list.vue

@@ -8,7 +8,7 @@
                 @click="clickHandler(item)">
                 <div class="logo">
                     <img :src="item.nftGroupIcon" />
-                    <div class="badge" v-if="showBadge">
+                    <div class="badge" v-if="showBadge && item.newPostCount > 0">
                         {{item.newPostCount}}
                     </div>
                 </div>