滑动加载防抖

This commit is contained in:
gtz217 2022-08-04 09:11:45 +08:00
parent c747eee2b3
commit 2f8eb94bf9
2 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,8 @@ export default {
dataOption: {}, dataOption: {},
eqName: null, eqName: null,
timeSlot: [], timeSlot: [],
timeStr: null timeStr: null,
isFirstScroll: true
} }
}, },
mounted () { mounted () {

View File

@ -60,7 +60,8 @@ export default {
}, },
isLoading: false, isLoading: false,
isOver: true, isOver: true,
dataList: [] dataList: [],
isFirstScroll: true
} }
}, },
mounted () { mounted () {