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
杨延青
6 years ago
Commit
a909b1aebcd0a832a09e54cbc43720e86e0da5f6
2 parents
2b112c60
0a68c381
Merge branch 'feature/0430' into 'release/6.9.2'
fix See merge request
!61
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 @
a909b1a
...
...
@@ -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 @
a909b1a
...
...
@@ -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