uniapp 分页,分为scroll-view以及页面下拉刷新 onReachBottom两种情况
1、包含在scroll-view里的滚动分页import{shop_info}from'@/api/index.js';exportdefault{data(){return{listTop:0,status:'loadmore',//状态-正在加载中currentPage:1,//当前页size:10,//每页数量pageCount:'',//总页数list:[],}},onLoad(){thi