|
@@ -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>
|