About the drop-down refresh of mescroll.

1. The drop-down refresh failed and the data of div will not be purged. Each drop-down will overlay

the code is as follows:

";
        listhtml += ":" + v.ninsgoods_salecount + "</div></div></div>";
    });
    $("-sharpprolistdiv").append(listhtml);
};
Mar.29,2021

from your code, you don't see the statement to clear the content.

//
            setListData(curPageData); // TODO

this function only sees an append method, and there is no method to clear the contents.
you can try to remove it before setting

$('-sharpprolistdiv').children().remove();
 $('-sharpprolistdiv').append(listhtml);

I want to know how this page.num came from, but I don't see where to declare it

.
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-7bba8d-1d885.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-7bba8d-1d885.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?