zhangwei 3 anni fa
parent
commit
c5e49ff7da
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/view/iframe/group-card/card.vue

+ 2 - 2
src/view/iframe/group-card/card.vue

@@ -12,13 +12,13 @@
                     <div style="display: flex; align-items: center;">
                         <img :src="require('@/assets/img/icon-user.png')"
                             style="width:16px;height:16px; margin-right: 5px;" alt="" />
-                        <span style="color: #fff;">{{ state.data.postCount }} Posts</span>
+                        <span style="color: #fff;">{{ state.data.memberCount }} Member</span>
                     </div>
                     <div style="display: flex; align-items: center; margin-left: 17px;">
                         <img :src="require('@/assets/img/icon-messgae.png')"
                             style="width:16px;height:16px; margin-right: 5px;" alt="" />
+                        <span style="color: #fff;">{{ state.data.postCount }} Posts</span>
 
-                        <span style="color: #fff;">{{ state.data.memberCount }} Member</span>
                     </div>
                 </div>
             </div>