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
c5f154eadcfda5cfdba4ac65a066eaea947dcca4
1 parent
20ef7957
fix recommend list
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
apps/pages/article/article-detail.vue
apps/pages/article/article-detail.vue
View file @
c5f154e
...
...
@@ -100,6 +100,7 @@ export default {
},
mounted() {
this.colWidthForTwo = Math.floor(this.$el.offsetWidth / 2);
this.fetching = true;
},
computed: {
...mapYohoState(['yoho']),
...
...
@@ -156,6 +157,7 @@ export default {
this.listTitle = '';
setTimeout(() => {
this.fetching = false;
this.$refs.scroll.init();
}, 500);
}
...
...
Please
register
or
login
to post a comment