瀏覽代碼

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

wenliming 3 年之前
父節點
當前提交
4a6a0aa96e
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>