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
陈峰
2019-07-01 18:07:45 +0800
Commit
f467858a4510735f67aa0782ef90874c6e2b0253
1 parent
67d3f51b
修复标题列表加载数据不刷新滚动组件的bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
.gitignore
apps/pages/article/topic-list.vue
.gitignore
View file @
f467858
...
...
@@ -142,4 +142,5 @@ nbproject/*
.DS_Store
.devhost
.happypack/
bundle/
\ No newline at end of file
bundle/
.stylelintcache
\ No newline at end of file
...
...
apps/pages/article/topic-list.vue
View file @
f467858
...
...
@@ -56,6 +56,9 @@ export default {
if (+this.fetchTopicPage > +get(res, 'data.totalPage')) {
this.noMore = true;
}
this.$nextTick(() => {
this.$refs.scroll.forceUpdate(true);
});
});
}
},
...
...
Please
register
or
login
to post a comment