This commit is contained in:
2026-07-17 15:58:25 +08:00
parent fb9a55229f
commit 89207dcf81
16 changed files with 227 additions and 164 deletions

View File

@@ -3,9 +3,14 @@ import { onMounted, ref } from 'vue'
import { onReachBottom } from '@dcloudio/uni-app'
import { useRoute } from '@/composables/uni-router'
import useApiFetch from '@/composables/useApiFetch'
import { ensureCurrentPageAppReviewAllowed } from '@/composables/useAppReviewPresentation'
definePage({ layout: 'default', auth: true })
onShow(() => {
ensureCurrentPageAppReviewAllowed()
})
const route = useRoute()
const loading = ref(false)
const page = ref(1)