Authored by yyq

scroll

... ... @@ -95,6 +95,10 @@ export default {
if (page > this._totalPage) {
this.noMore = true;
}
setTimeout(() => {
this.$refs.scroll.refresh();
}, 100);
})
},
onFollow(follow, index) {
... ...