完善登录逻辑和个人资料完善

This commit is contained in:
2026-05-26 11:29:06 +08:00
parent cecb51a8e2
commit 9680276b3f
27 changed files with 3934 additions and 1572 deletions

View File

@@ -1,72 +1,100 @@
{
"pages": [
{
"path": "pages/user/register",
"path": "pages/main/index",
"style": {
"navigationBarTitleText": "服务人员注册",
"navigationStyle": "custom"
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/terms",
"path": "pages/user/boot",
"style": {
"navigationBarTitleText": "用户协议与隐私政策",
"navigationStyle": "custom"
"navigationBarTitleText": ""
}
},
{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "服务人员登录",
"navigationStyle": "custom"
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/mall/delivery/home/index",
"path": "pages/user/register",
"style": {
"navigationBarTitleText": "工作台",
"navigationStyle": "custom"
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/mall/delivery/orders/index",
"path": "pages/user/forgot-password",
"style": {
"navigationBarTitleText": "工单列表",
"navigationStyle": "custom"
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "pages/mall/delivery/orders/detail",
"path": "pages/user/terms",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
"navigationBarTitleText": "用户协议与隐私政策"
}
},
{
"path": "pages/mall/delivery/service-record/index",
"path": "pages/user/center",
"style": {
"navigationBarTitleText": "服务记录",
"navigationStyle": "custom"
"navigationBarTitleText": "用户中心"
}
},
{
"path": "pages/mall/delivery/orders/exception",
"path": "pages/user/profile",
"style": {
"navigationBarTitleText": "异常上报",
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/user/change-password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/user/bind-phone",
"style": {
"navigationBarTitleText": "绑定手机"
}
},
{
"path": "pages/user/bind-email",
"style": {
"navigationBarTitleText": "绑定邮箱"
}
},
{
"path": "pages/main/messages",
"style": {
"navigationBarTitleText": "消息",
"enablePullDownRefresh": true
}
},
{
"path": "pages/main/cart",
"style": {
"navigationBarTitleText": "购物车",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/delivery/profile/index",
"path": "pages/main/profile",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/delivery/profile/settings",
"path": "pages/main/category",
"style": {
"navigationBarTitleText": "设置",
"navigationBarTitleText": "分类",
"navigationStyle": "custom"
}
}
@@ -387,38 +415,50 @@
}
],
"tabBar": {
"color": "#6B7280",
"selectedColor": "#0F766E",
"backgroundColor": "#FFFFFF",
"color": "#999999",
"selectedColor": "#ff5000",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/mall/delivery/home/index",
"text": "工作台",
"pagePath": "pages/main/index",
"text": "首页",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png"
},
{
"pagePath": "pages/mall/delivery/orders/index",
"text": "订单",
"pagePath": "pages/main/messages",
"text": "消息",
"iconPath": "static/tabbar/message.png",
"selectedIconPath": "static/tabbar/message.png"
},
{
"pagePath": "pages/main/cart",
"text": "购物车",
"iconPath": "static/tabbar/cart.png",
"selectedIconPath": "static/tabbar/cart.png"
},
{
"pagePath": "pages/mall/delivery/profile/index",
"pagePath": "pages/main/profile",
"text": "我的",
"iconPath": "static/tabbar/user.png",
"selectedIconPath": "static/tabbar/user.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "mall",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"condition": {
"current": 0,
"list": [
{
"name": "delivery端",
"path": "pages/user/login",
"query": "mode=delivery&role=delivery"
"name": "consumer端",
"path": "pages/main/index",
"query": "role=consumer"
}
]
}