统计数量
This commit is contained in:
@@ -147,7 +147,7 @@ export default {
|
||||
params: {
|
||||
size: 6,
|
||||
current: this.current,
|
||||
// createUserId: this.user.id,
|
||||
createUserId: this.user.id,
|
||||
},
|
||||
})
|
||||
.then((res) => {
|
||||
@@ -256,6 +256,10 @@ export default {
|
||||
}
|
||||
},
|
||||
},
|
||||
onReachBottom() {
|
||||
this.current = this.current + 1
|
||||
this.getList()
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user