This commit is contained in:
shijingjing
2022-03-04 11:37:36 +08:00
parent fda78e13d6
commit c38a650470
3 changed files with 12 additions and 0 deletions

View File

@@ -108,6 +108,10 @@ export default {
onShow() {
document.title = '积分审核'
},
onReachBottom() {
this.current ++
this.getList()
}
}
</script>