Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix: 修复进入圈子后没有数据的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jun 20, 2018
1 parent 5b4697a commit 7162fbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/page/group/GroupDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@ export default {
this.dY > 300 && this.scrollTop <= 0 ? this.updateData() : (this.dY = 0);
}
},
created() {
this.updateData();
},
mounted() {
this.typeFilter = this.$refs.typeFilter;
this.bannerHeight = this.$refs.banner.getBoundingClientRect().height;
Expand Down

0 comments on commit 7162fbe

Please sign in to comment.