db.collection('secondclass').get({
success: res => {
console.log('从secondtclass集合获取到的数据:', res.data)
this.setData({
secondclass: res.data
})
},
fail: err => {
console.error('[firstclass集合] [查询记录] 失败:', err)
}
})
},
2 个回答
翻页触底时,拉到下一批20条。
分页获取,云函数获取都是办法