...
|
...
|
@@ -39,7 +39,7 @@ |
|
|
<div class="backchg-img">
|
|
|
<div class="operate-wrap">
|
|
|
<a v-if="isOwner" class="btn-user-edit" :href="mineInfoUrl">编辑个人资料</a>
|
|
|
<WidgetFollow v-if="!isOwner" class="operate-btn" :class="{active: isAttention === 'Y'}" :author-uid="authorInfo.authorUid" :author-type="authorInfo.authorType" :follow="isAttention" @on-follow="follow => onFollow(follow)" :pos-id="sceneId"></WidgetFollow>
|
|
|
<WidgetFollow v-if="!isOwner" class="operate-btn" :class="{active: isAttention !== 'N'}" :author-uid="authorInfo.authorUid" :author-type="authorInfo.authorType" :follow="isAttention" @on-follow="follow => onFollow(follow)" :pos-id="sceneId"></WidgetFollow>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
@@ -147,6 +147,10 @@ export default { |
|
|
});
|
|
|
}
|
|
|
|
|
|
this.SET_STATUS_BAR_COLOR({
|
|
|
color: this.headerAnimateStep > 55 ? 'black' : 'white'
|
|
|
});
|
|
|
|
|
|
this.beforeRouteEnter = this.beforeRouteUpdate;
|
|
|
},
|
|
|
computed: {
|
...
|
...
|
@@ -891,7 +895,7 @@ export default { |
|
|
.backchg-img {
|
|
|
display: flex;
|
|
|
background-size: 100% 100%;
|
|
|
background-image: url("~statics/image/article/author_v@3x.png");
|
|
|
background-image: url("~statics/image/article/rectangle@3x.png");
|
|
|
}
|
|
|
|
|
|
.operate-wrap {
|
...
|
...
|
|