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
杨延青
2019-05-17 15:40:02 +0800
Commit
2ade4e7ca90e950d1d45bc451d53fb5399943e38
2 parents
0bec416a
9f6b0115
Merge branch 'feature/0515' into 'release/6.9.4'
fix report See merge request
!77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
apps/pages/article/components/article/article.vue
apps/pages/article/components/article/article.vue
View file @
2ade4e7
...
...
@@ -201,6 +201,10 @@ export default {
onDounceScroll({item, scrollTop, startIndex}) {
this.scrollTop = scrollTop;
if (item) {
this.reportShow(startIndex, item);
}
// 产品要求去掉头部交互
return;
...
...
@@ -230,8 +234,6 @@ export default {
this.currentAuthor.index = item.index;
this.showHeader = true;
this.reportShow(startIndex, item);
}
},
init() {
...
...
Please
register
or
login
to post a comment