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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
6 years ago
Commit
24fe3bfe2a7c219d90415d66d5974c1facd90113
1 parent
dfee9356
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
apps/pages/userpage/components/author.vue
apps/pages/userpage/components/author.vue
View file @
24fe3bf
...
...
@@ -140,15 +140,15 @@ export default {
authorUid: this.authorInfo.authorUid,
},
query: {
userName:
`${this.isOwner ? '我' : this.authorBaseData.nickName}的${this.waterFallTypeName}`
userName:
this.detailTitle
}
};
},
waterFallType() {
return ['publish', 'fav'][this.activeIndex];
},
waterFallTypeName() {
return ['内容', '收藏'][this.activeIndex];
detailTitle() {
return [this.authorBaseData.nickName, '收藏'][this.activeIndex];
}
},
methods: {
...
...
Please
register
or
login
to post a comment