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
6 years ago
Commit
dda9768b2f8c0bc6a02677c28e43d6962f1c1d0b
1 parent
c5f154ea
fix recommend list
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/article/article-detail.vue
apps/pages/article/article-detail.vue
View file @
dda9768
...
...
@@ -100,7 +100,6 @@ export default {
},
mounted() {
this.colWidthForTwo = Math.floor(this.$el.offsetWidth / 2);
this.fetching = true;
},
computed: {
...mapYohoState(['yoho']),
...
...
@@ -118,6 +117,7 @@ export default {
...mapMutations(['CHANGE_AUTHOR_FOLLOW']),
init() {
this.recommendArticles = {};
this.fetching = true;
this.syncServiceArticleDetail();
},
onScroll({scrollTop}) {
...
...
Please
register
or
login
to post a comment