修改bug

This commit is contained in:
zhouyanli
2026-07-30 18:01:39 +08:00
parent 80ff7588b1
commit 8c0a713512
20 changed files with 223 additions and 134 deletions

View File

@@ -110,14 +110,14 @@ onShow(() =>{
const onRefresh = () => {
refreshing.value = true
// loadRevenue(true)
loadRevenue(true)
}
const loadMore = () => {
if (noMoreData.value || loadingMore.value) return
loadingMore.value = true
pageNum.value++
// loadRevenue()
loadRevenue()
}
const narBack = () => {