This commit is contained in:
yanran200730
2023-01-11 15:28:53 +08:00
parent 254f179c9a
commit b5f086dfce

View File

@@ -117,6 +117,11 @@
uni.hideLoading()
})
}
},
onReachBottom () {
this.current = this.current + 1
this.getList()
}
}
</script>