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