Mini Program: load more pages without scroll-view,. Is there any way to tell if you slide to the bottom?

feel that the scroll-view sliding experience is a little worse


has its own method API onReachBottom
example:

onReachBottom: function() {
    if (!this.data.lastPage && this.data.isLoadMore) {
        this.getListData();
    }
},

can also be configured with scrolling distance

"onReachBottomDistance":400,

onReachBottomDistance this can only be used once or it is better to judge the visual height in getsysteminfo

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d25f-2c374.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d25f-2c374.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?