feat: update

This commit is contained in:
ZiuChen
2022-08-14 22:34:22 +08:00
parent ecedd7901c
commit 22a03d0f3a
3 changed files with 5 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ export default {
// 懒加载
const callBack = (e) => {
const { scrollTop, clientHeight, scrollHeight } = e.target.scrollingElement
if (scrollTop + clientHeight + 10 >= scrollHeight) {
if (scrollTop + clientHeight + 20 >= scrollHeight) {
this.offset += this.GAP + 1
let addition = []
if (this.activeTab !== 'all') {