|
@@ -10,12 +10,12 @@
|
|
|
</p>
|
|
|
<div style="display: flex; ">
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
- <img :src="require('@/assets/img/icon-user.png')"
|
|
|
+ <img :src="require('@/assets/svg/icon-user.svg')"
|
|
|
style="width:16px;height:16px; margin-right: 5px;" alt="" />
|
|
|
<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')"
|
|
|
+ <img :src="require('@/assets/svg/icon-messgae.svg')"
|
|
|
style="width:16px;height:16px; margin-right: 5px;" alt="" />
|
|
|
<span style="color: #fff;">{{ state.data.postCount }} Posts</span>
|
|
|
|
|
@@ -28,7 +28,7 @@
|
|
|
<div v-show="state.show == 'post'" style="width: 140px; height: 40px; display:flex; align-items: center; justify-content: center; background: #1D9BF0; border-radius: 50px;
|
|
|
cursor: pointer;
|
|
|
" @click="clickPost">
|
|
|
- <img :src="require('@/assets/img/icon-messgae.png')" style="width:16px;height:16px;" alt="">
|
|
|
+ <img :src="require('@/assets/svg/icon-messgae.svg')" style="width:16px;height:16px;" alt="">
|
|
|
<span style="margin-left: 7px; font-size: 15px;font-weight: 700; color: #fff; ">Post</span>
|
|
|
</div>
|
|
|
<div v-show="state.show == 'join'"
|