This commit is contained in:
朱子楚\zhuzi
2023-06-28 02:28:34 +08:00
parent 96071ac8d7
commit a7e8a5e4cf
10 changed files with 20 additions and 23 deletions

View File

@ -13,6 +13,10 @@ FluContentPage{
loadData(1,1000)
}
Component.onDestruction: {
console.debug("T_TableView已经销毁")
}
function loadData(page,count){
var numbers = [100, 300, 500, 1000];
function getRandomAge() {