Commit e308f355 by yanju

修改动态卡片

parent c5fcc1df
......@@ -9,7 +9,7 @@
<div class="header-l__info">
<div class="header-l__info-top">
<p class="name">{{userNick}}</p>
<p class="follow1" v-if="followedAuthor" >
<p class="follow1" v-if="followedAuthor&&$store.state.userProfile.userId!==userId" >
<yun-icon name="right"></yun-icon>已关注
</p>
<p class="follow2" v-if="!followedAuthor" @click="dataPostFollowUser">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment