Browse Source

Merge branch 'dev_1.1.1' of https://git.yishihui.com/DeNet/de-net into dev_1.1.1

wenliming 2 years ago
parent
commit
4a6a0aa96e
1 changed files with 2 additions and 2 deletions
  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>