From ffa77400c9aa51093bf89cb02cb2c257b14a6542 Mon Sep 17 00:00:00 2001 From: Peanut Date: Mon, 15 Jun 2026 10:50:04 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9AMineView=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E6=A1=A3=E6=A1=88=E5=8C=BA=E5=9D=97=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mini-program/src/pages/main/MineView.vue | 67 ++++++++++++++++++++++++ 1 file changed, 67 insertions(+) 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 || '未设置' }} + + +