|
@@ -227,7 +227,7 @@ const asyncTokenRechRecord = (cb) => {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|
|
-const listScroll = () => {
|
|
|
|
|
|
+const listScroll = (e) => {
|
|
let wrapperHeight = listWrapperDom.value.offsetHeight;
|
|
let wrapperHeight = listWrapperDom.value.offsetHeight;
|
|
let listContentHeight = listContentDom.value.offsetHeight;
|
|
let listContentHeight = listContentDom.value.offsetHeight;
|
|
let scrollTop = e.target.scrollTop || 0;
|
|
let scrollTop = e.target.scrollTop || 0;
|