uni-app 小程序分页 onReachBottom触底加载下一页
//获取试卷列表
getPaperData(){
this.$apiReq.req({
url:'接口',
data:{
...this.params
},
method:"get",
success:res=>{
if (res.code === 200) {
//console.log('列表',res.data)
this.paperList = [...this.paperList,...res...
原创
2020-12-17 16:23:10 ·
1682 阅读 ·
1 评论