loadTop(){ this.$store.dispatch('getNewsList',{channelId:this.id,page:0,size:this.size}); this.$refs.loadmore.onTopLoaded();},
比如在做下拉刷新的时候,切记在下拉刷新的函数中要加
this.$refs.loadmore.onTopLoaded();
这行代码,否则下拉加载之后一直显示加载中,而不会加载完成。
本文共 231 字,大约阅读时间需要 1 分钟。
loadTop(){ this.$store.dispatch('getNewsList',{channelId:this.id,page:0,size:this.size}); this.$refs.loadmore.onTopLoaded();},
比如在做下拉刷新的时候,切记在下拉刷新的函数中要加
this.$refs.loadmore.onTopLoaded();
这行代码,否则下拉加载之后一直显示加载中,而不会加载完成。
转载地址:http://cockx.baihongyu.com/