Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix(feed): 在动态详情页下的关注按钮失效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Aug 28, 2018
1 parent 9ab15d9 commit 7702f77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/page/feed/FeedDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
<template
v-if="!isMine"
slot="right"
:class="{ c_59b6d7: relation.status !== 'unFollow' }"
@click="followUserByStatus(relation.status)">
<svg class="m-style-svg m-svg-def">
:class="{ c_59b6d7: relation.status !== 'unFollow' }" >
<svg class="m-style-svg m-svg-def" @click="followUserByStatus(relation.status)">
<use :xlink:href="relation.icon"/>
</svg>
</template>
Expand Down

0 comments on commit 7702f77

Please sign in to comment.