pc-master #245

Merged
xiaomeng merged 3 commits from pc-master into portal 2025-05-16 09:31:31 +00:00
3 changed files with 3 additions and 0 deletions
Showing only changes of commit b57d19b714 - Show all commits

View File

@ -126,6 +126,7 @@ export default {
} }
}) })
setTimeout(() => { setTimeout(() => {
if(this.topList.length)
this.getData(this.topList[0]) this.getData(this.topList[0])
}, 0); }, 0);
} }

View File

@ -108,6 +108,7 @@ export default {
} }
}) })
setTimeout(() => { setTimeout(() => {
if(this.topList.length)
this.getData(this.topList[0]) this.getData(this.topList[0])
}, 0); }, 0);
} }

View File

@ -112,6 +112,7 @@ export default {
} }
}) })
setTimeout(() => { setTimeout(() => {
if(this.topList.length)
this.getData(this.topList[0]) this.getData(this.topList[0])
}, 0); }, 0);
} }