Mini Program, why did the onReachBottom method not take effect?

Mini Program onReachBotton did not trigger


xml
<view style="height:1000px;></view>

json
{
  "navigationBarTitleText": "",
  "onReachBottomDistance": 50,       //
  "enablePullDownRefresh": false,
  "usingComponents": {
    "i-checkbox-group": "../../dist/checkbox-group/index",
  }
}

js
Page({
    onReachBottom(e){
        console.log("", e)    //
    },
})
Dec.06,2021
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-1b3b896-2ba1c.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-1b3b896-2ba1c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?