You've already forked qlg.frontend
TAT
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user