当前是pages.json { //那个页面用哪页面写
"path": "goods_list/goods_list",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
//上拉加载固定语法 150高度随便你自己设置
"onReachBottomDistance": 150
}
当前使用的页面触发固定事件
onReachBottom() {
//页面+1
this.queryObj.pagenum++
//重新发请求
this.getGoodsList()
}