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-03-29 09:56:46 +0800
Commit
91b90e5eba303758e68ceb7e1ad873247b6b4e59
2 parents
26b1a394
a9822e10
Merge branch 'feature/0330' into 'release/6.8.8'
scroll See merge request
!34
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 @
91b90e5
...
...
@@ -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