From 90a68941cad9dbd69d40c773c156110c5688a923 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 07 八月 2025 18:05:02 +0800
Subject: [PATCH] fix: s

---
 apps/bMiniApp/src/pages/home/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/apps/bMiniApp/src/pages/home/index.vue b/apps/bMiniApp/src/pages/home/index.vue
index 83ab4f0..80b0d24 100644
--- a/apps/bMiniApp/src/pages/home/index.vue
+++ b/apps/bMiniApp/src/pages/home/index.vue
@@ -89,10 +89,12 @@
 const queryMenuState = reactive({
   gender: '' as any as Gender,
   age: [15, 65],
+  identity: '',
+  certificateType: '',
 });
 
 const queryPositionState = reactive({
-  position: [],
+  position: [] as string[],
 });
 
 const queryState = reactive({

--
Gitblit v1.9.1