update square/square.vue
This commit is contained in:
parent
a0018dbe10
commit
80b0fdce85
@ -79,12 +79,11 @@
|
|||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.getBannerList();
|
this.getBannerList();
|
||||||
this.getPostList();
|
|
||||||
this.getClassList();
|
this.getClassList();
|
||||||
this.getUserRanking();
|
this.getUserRanking();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
this.getPostList();
|
||||||
},
|
},
|
||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
if (this.pageCurrent == 0) {
|
if (this.pageCurrent == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user