diff --git a/mini-program/src/pages/main/MineView.vue b/mini-program/src/pages/main/MineView.vue
index 7bed267..c7eb0fe 100644
--- a/mini-program/src/pages/main/MineView.vue
+++ b/mini-program/src/pages/main/MineView.vue
@@ -31,6 +31,73 @@
+
+
+
+
+
+ ♋
+ 星座
+ {{ profile.zodiac || '未设置' }}
+
+
+ ◉
+ MBTI
+ {{ profile.mbti || '未设置' }}
+
+
+ ◻
+ 职业
+ {{ profile.profession || '未设置' }}
+
+
+
+
+
+ 📍
+ 城市
+ {{ profile.city || '未设置' }}
+
+
+ 🏢
+ 行业
+ {{ profile.industry || '未设置' }}
+
+
+ 🏗
+ 公司
+ {{ profile.company || '未设置' }}
+
+
+
+
+
+ 🎂
+ 生日
+ {{ profile.birthday ? String(profile.birthday).slice(5).replace('-', '.') : '未设置' }}
+
+
+ ♂
+ 性别
+ {{ genderText || '未设置' }}
+
+
+ ⏳
+ 年龄
+ {{ age ? age + '岁' : '未设置' }}
+
+
+
+
+ ♡
+ 爱好
+ {{ hobbyText || '未设置' }}
+
+
+