f
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user