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
2019-03-29 09:54:23 +0800
Commit
a9822e10bdaea7e27f07dbd2a1ceac2b77b4cf74
1 parent
1944cc63
scroll
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
apps/pages/userpage/components/user-list.vue
apps/pages/userpage/components/user-list.vue
View file @
a9822e1
...
...
@@ -95,6 +95,10 @@ export default {
if (page > this._totalPage) {
this.noMore = true;
}
setTimeout(() => {
this.$refs.scroll.refresh();
}, 100);
})
},
onFollow(follow, index) {
...
...
Please
register
or
login
to post a comment