工作台

This commit is contained in:
白菜
2025-08-16 19:31:59 +08:00
parent 76065f7287
commit ffefc21d96
4 changed files with 156 additions and 19 deletions

View File

@ -131,7 +131,6 @@
this.pageScrollTop = e.scrollTop
},
onReachBottom() {
console.log('触底了')
if (this.list.length >= this.total) {
return console.log('数据已经加载完成')
}