lishanshan vor 4 Monaten
Ursprung
Commit
595f82c117
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 7 0
      src/pages-A/inviteUsageRules/index.vue

+ 7 - 0
src/pages-A/inviteUsageRules/index.vue

@@ -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({})