赞
踩
1.触底加载 onReachBottom(){}
- onReachBottom () {
- this.getTopMVData(this.data.topMVs.length);
- },
-
- //this.data.topMVs.length表示最新的数据有几条
2.下拉刷新onPullDownRefresh(){}
- onPullDownRefresh () {
- this.getTopMVData(0);
- },
-
- // 0 表示下拉刷新时候,offset==0 ,重新开始进行请求
tips:请求时候与wx.hideLoading或者wx.showNavigationBarLoading搭配使用,体验更加
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。