|
@@ -123,7 +123,6 @@ const nextPage = (params) => {
|
|
|
};
|
|
|
|
|
|
const pageScroll = (e) => {
|
|
|
- console.log('pageScroll',e.target.scrollTop)
|
|
|
sendMessageToContent({
|
|
|
actionType: "IFREME_TAB_GROUP_CONTENT_GET_NAV_TOP",
|
|
|
data: {
|
|
@@ -149,7 +148,6 @@ const innerPageNext = (data) => {
|
|
|
let wrapperHeight = pageWrapperDom.value.offsetHeight;
|
|
|
let listContentHeight = listWrapperDom.value.offsetHeight;
|
|
|
let scrollTop = data.scrollTop || 0;
|
|
|
- console.log(wrapperHeight,scrollTop, '---', listContentHeight - 100)
|
|
|
if (
|
|
|
listReqParams.loadMore === false &&
|
|
|
wrapperHeight + scrollTop >= (listContentHeight - 100)
|