feat: 黄精粉前端功能集成 + 个人中心/资产/公排页面优化 + 去除admin copyright
主要改动: - 个人中心: 去除HjfMemberBadge徽章, 会员等级改显示vip_name, "我的资产"/"公排查询"导航项改为与member-points一致风格 - 我的资产页面: 去除HjfMemberBadge, 美化卡片圆角和阴影 - 公排查询页面: 美化顶部渐变和订单卡片样式 - Admin登录页和后台布局: 彻底删除footer copyright信息 - 新增黄精粉业务页面/组件/API/Mock数据(Phase 1) - 新增PHP环境配置文档和启动脚本 Made-with: Cursor
This commit is contained in:
@@ -76,6 +76,63 @@
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/queue/status",
|
||||
"style": {
|
||||
"navigationBarTitleText": "公排状态",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/queue/history",
|
||||
"style": {
|
||||
"navigationBarTitleText": "公排历史",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"type": "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/queue/rules",
|
||||
"style": {
|
||||
"navigationBarTitleText": "公排规则",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"type": "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/assets/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的资产",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/assets/points_detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "积分明细",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"type": "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/guide/hjf_intro",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom",
|
||||
"app-plus": {
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
// "plugins": {
|
||||
|
||||
Reference in New Issue
Block a user