wenliming hace 2 años
padre
commit
259398646a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>