This commit is contained in:
2019-12-18 20:10:00 +08:00
parent 5d3da9d75d
commit 69b32166d7
3 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ mui.plusReady(function() {
document.querySelector('.mui-scroll-wrapper').addEventListener('scroll', function(e) {
if (scroll.y == scroll.maxScrollY) {
if (isloading == true) {
if (isloading == false) {
page++;
getRecommend(page, pageSize);
}