The pull-up load of the Loadmore component in Mint-UI cannot be triggered.

< H2 > now there is a strange situation, that is, when I use the Loadmore component, the pull-up load is not performed, only the drop-down refresh is performed. It only executes every time I change the location of the component, but after I refresh it, it doesn"t work again. What"s going on? Pull-up refresh is available, but drop-down loading is not performed. Basically, it is executed for the first time when the page is loaded, but if you pull it up, it will not be executed < / H2 >.

clipboard.png
clipboard.png

Feb.26,2021

first provide the data that initializes the page to load. Add the following sentence, and you will find that entering the page will not load (: autoFill= "false")
clipboard.png


to add overflow: auto;


you need to add overflow:scroll; to the parent element of the < loadmore > tag, preferably with a height

.
Menu