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
0a68c3813d548a24ee8baa88b9c964ba6a6170d8
1 parent
7089ed17
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
apps/pages/article/components/topic/header.vue
apps/pages/article/topic.vue
apps/pages/article/components/topic/header.vue
View file @
0a68c38
...
...
@@ -57,6 +57,11 @@ export default {
};
}
},
watch: {
title() {
this.offsetLeft = 0;
}
},
methods: {
updateTitleOffset() {
if (this.$refs && this.$refs.titleBlock) {
...
...
apps/pages/article/topic.vue
View file @
0a68c38
...
...
@@ -241,6 +241,8 @@ export default {
},
init() {
this.page = 1;
this.headerAnimateStep = 0;
this.fetchTopicSimpleInfo({topicId: this.topicId}).then(res => {
if (this.share && !this.$yoho.isApp && res.code === 200) {
Share.setShareInfo({
...
...
Please
register
or
login
to post a comment