|
@@ -42,6 +42,13 @@ import { safeAreaInsets } from '@/utils'
|
|
|
import { getImageUrl } from '@/utils/imageUtil'
|
|
import { getImageUrl } from '@/utils/imageUtil'
|
|
|
import CustomNavigationBar from '@/components/CustomNavigationBar.vue'
|
|
import CustomNavigationBar from '@/components/CustomNavigationBar.vue'
|
|
|
|
|
|
|
|
|
|
+definePage({
|
|
|
|
|
+ style: {
|
|
|
|
|
+ navigationBarTitleText: '',
|
|
|
|
|
+ navigationStyle: 'custom',
|
|
|
|
|
+ },
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
const topSafeAreaHeight = safeAreaInsets?.top || 0
|
|
const topSafeAreaHeight = safeAreaInsets?.top || 0
|
|
|
const inviteData = ref({})
|
|
const inviteData = ref({})
|
|
|
|
|
|