feat(mine): 小程序「我的」页对齐 Web 个人中心 + 我的报名/任务/园区/认证子页

- mine 页:我的服务宫格(报名/任务/园区/认证)+账号绑定状态卡(手机号/微信/小程序)+身份标签;pickUser 持久化 wxBound/wxMiniBound/account_type_label
- 新增子页 my-bookings/my-tasks/my-park/my-cert(复用 getMyBookings/getMyTasks/getMyAdmission/getOpCertMine)
- app.config 注册 4 子页;build:weapp 通过
This commit is contained in:
Pine
2026-08-27 20:31:04 +08:00
parent 3216e2399b
commit 67f66abbc4
16 changed files with 393 additions and 1 deletions
+4
View File
@@ -13,6 +13,10 @@ function pickUser(d) {
avatar: d.avatar || '',
phone: d.phone || '',
phoneBound: !!d.phoneBound,
wxBound: !!d.wxBound,
wxMiniBound: !!d.wxMiniBound,
account_type_label: d.account_type_label || d.role || '',
role: d.role || '',
status: d.status || '',
topics: Array.isArray(d.topics) ? d.topics : [],
source: d.source || ''