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() { onShow() {
document.title = '积分审核' document.title = '积分审核'
}, },
onReachBottom() {
this.current ++
this.getList()
}
} }
</script> </script>

View File

@@ -104,6 +104,10 @@ export default {
onShow() { onShow() {
document.title = '发布评论审核' document.title = '发布评论审核'
}, },
onReachBottom() {
this.current ++,
this.getList()
}
} }
</script> </script>

View File

@@ -100,6 +100,10 @@ export default {
onShow() { onShow() {
document.title = '发布信息审核' document.title = '发布信息审核'
}, },
onReachBottom() {
this.current ++,
this.getList()
}
} }
</script> </script>