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
TaoHuang
2019-03-14 15:47:28 +0800
Commit
352d37623bbdcb3f4e2d0a2f8709b748a5b2f8d4
2 parents
ec0ecc41
a80890b7
Merge remote-tracking branch 'origin/release/6.8.7' into release/6.8.7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/article/components/article/article.vue
apps/pages/article/components/article/article.vue
View file @
352d376
...
...
@@ -174,7 +174,7 @@ export default {
},
onDounceScroll({item, scrollTop, startIndex}) {
this.scrollTop = scrollTop;
if (scrollTop
==
= 0) {
if (scrollTop
<
= 0) {
this.showHeader = false;
} else if (item) {
if (this.currentId !== item.data.articleId) {
...
...
Please
register
or
login
to post a comment