This commit is contained in:
zmr900709
2020-07-16 08:53:57 +08:00
21 changed files with 973 additions and 55 deletions

View File

@@ -101,6 +101,77 @@
}
}
}
},
{
"path": "pages/user/updatePassword",
"style": {
"navigationBarTitleText": "修改密码",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
},
{
"path": "pages/user/fans",
"style": {
"navigationBarTitleText": "我的粉丝",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
},
{
"path": "pages/user/content",
"style": {
"navigationBarTitleText": "内容管理",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
},
{
"path": "pages/user/contentDetails",
"style": {
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
},
{
"path": "pages/user/complaint",
"style": {
"navigationBarTitleText": "骑手投诉",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
},
{
"path": "pages/user/complaintDetails",
"style": {
"navigationBarTitleText": "骑手投诉详情",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
}
],
"globalStyle": {