Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yyq
6 years ago
Commit
c2973734b0a29f60c91e5dc3da4a99a53c5aaaeb
2 parents
e4612a53
8df6631c
Merge branch 'feature/grassV2' into release/6.8.7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/pages/userpage/author.vue
apps/pages/userpage/author.vue
View file @
c297373
...
...
@@ -11,7 +11,7 @@
<WidgetAvatar class="h-headico" :src="authorBaseData.headIco" :width="100" :height="100"></WidgetAvatar>
</div>
<div v-if="!isOwner" class="h-follow flex">
<WidgetFollow class="widget-follow" :author-uid="autherInfo.authorUid" :follow="authorBaseData.
hasAttention === 'Y'
" @on-follow="follow => onFollow(follow)" :pos-id="sceneId"></WidgetFollow>
<WidgetFollow class="widget-follow" :author-uid="autherInfo.authorUid" :follow="authorBaseData.
isAttention
" @on-follow="follow => onFollow(follow)" :pos-id="sceneId"></WidgetFollow>
</div>
</div>
</div>
...
...
@@ -42,7 +42,7 @@
</ul>
<div class="operate-wrap">
<a v-if="isOwner" class="operate-btn btn-user-edit" :href="mineInfoUrl">编辑个人资料</a>
<WidgetFollow v-if="!isOwner
&& authorBaseData.hasAttention" class="operate-btn" :author-uid="autherInfo.authorUid" :follow="authorBaseData.hasAttention === 'Y'
" @on-follow="follow => onFollow(follow)" :pos-id="sceneId"></WidgetFollow>
<WidgetFollow v-if="!isOwner
" class="operate-btn" :author-uid="autherInfo.authorUid" :follow="authorBaseData.isAttention
" @on-follow="follow => onFollow(follow)" :pos-id="sceneId"></WidgetFollow>
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment