From 58d9f460b2f8c34430285115e2557d18333c5cab Mon Sep 17 00:00:00 2001
From: Codex Assistant <codex@example.com>
Date: 星期三, 08 十月 2025 14:16:55 +0800
Subject: [PATCH] feat: 修复Player实体phone字段数据冗余问题并优化小程序报名逻辑

---
 wx/pages/profile/profile.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/wx/pages/profile/profile.js b/wx/pages/profile/profile.js
index 99de718..a1123db 100644
--- a/wx/pages/profile/profile.js
+++ b/wx/pages/profile/profile.js
@@ -205,6 +205,8 @@
             major
             grade
             roles
+            gender
+            birthday
             createdAt
             employee {
               id

--
Gitblit v1.8.0