Explorar el Código

优化

(cherry picked from commit 595f82c117f49c3ce8153aeb79c04199c7ba58c8)
lishanshan hace 4 meses
padre
commit
51c72e2367
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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 CustomNavigationBar from '@/components/CustomNavigationBar.vue'
 
+definePage({
+    style: {
+        navigationBarTitleText: '',
+        navigationStyle: 'custom',
+    },
+})
+
 const topSafeAreaHeight = safeAreaInsets?.top || 0
 const inviteData = ref({})