28040
This commit is contained in:
@@ -108,6 +108,10 @@ export default {
|
||||
onShow() {
|
||||
document.title = '积分审核'
|
||||
},
|
||||
onReachBottom() {
|
||||
this.current ++
|
||||
this.getList()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -104,6 +104,10 @@ export default {
|
||||
onShow() {
|
||||
document.title = '发布评论审核'
|
||||
},
|
||||
onReachBottom() {
|
||||
this.current ++,
|
||||
this.getList()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -100,6 +100,10 @@ export default {
|
||||
onShow() {
|
||||
document.title = '发布信息审核'
|
||||
},
|
||||
onReachBottom() {
|
||||
this.current ++,
|
||||
this.getList()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user