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:
@@ -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 || ''
|
||||
|
||||
Reference in New Issue
Block a user