cyl/master-0819
wangxia 3 months ago
parent c4c9edc2d4
commit b04d145e98

@ -8,6 +8,15 @@
"backgroundColorTop": "#fff"
}
},
{
"path": "pages/home/order",
"style": {
"navigationBarTitleText": "关注的发单号",
"backgroundColor": "#ededed",
"backgroundColorTop": "#ededed",
"backgroundColorBottom": "#ededed"
}
},
{
"path": "pages/message/index",
"style": {
@ -31,9 +40,33 @@
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/addJob/index",
"style": {
"navigationBarTitleText": "大鹏Beta",
"backgroundColor": "#ffffff",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff",
"navigationBarTextStyle": "black"
}
}
],
"subPackages": [
{
"root": "root/chat",
"pages": [
{
"path": "index",
"style": {
"backgroundColor": "#ededed",
"backgroundColorTop": "#ededed",
"backgroundColorBottom": "#ededed",
"navigationBarTitleText": "大鹏Beta"
}
}
]
},
{ //
"root": "root/home",
"pages": [
@ -631,17 +664,29 @@
"selectedIconPath": "static/image/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/home/order",
"iconPath": "static/image/apply.png",
"selectedIconPath": "static/image/apply-active.png",
"text": "发单号"
},
{
"iconPath": "static/image/message.png",
"selectedIconPath": "static/image/message_active.png",
"pagePath": "pages/message/index",
"text": "消息"
},
{
"pagePath": "pages/workBench/index",
"iconPath": "static/image/apply.png",
"selectedIconPath": "static/image/apply-active.png",
"text": "工单"
},
// {
// "iconPath": "static/image/message.png",
// "selectedIconPath": "static/image/message_active.png",
// "pagePath": "pages/message/index",
// "text": "消息"
// { ai
// "iconPath": "static/image/home.png",
// "selectedIconPath": "static/image/home.png",
// "pagePath": "pages/addJob/index",
// "text": ""
// },
{
"pagePath": "pages/person/index",

Loading…
Cancel
Save