统计数量

This commit is contained in:
花有清香月有阴
2021-12-20 16:46:33 +08:00
parent f560481eb9
commit 290cdb2f59
5 changed files with 32 additions and 21 deletions

View File

@@ -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>