You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.4 KiB
55 lines
1.4 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/mall/mall",
|
|
"pages/jz/jz",
|
|
"pages/logs/logs",
|
|
"pages/activity_detail/activity_detail",
|
|
"pages/detail/detail",
|
|
"pages/create_order/create_order",
|
|
"pages/mcenter/mcenter",
|
|
"pages/order/order",
|
|
"pages/pay/pay",
|
|
"pages/mypage/mypage",
|
|
"pages/remark/remark",
|
|
"pages/addr/addr",
|
|
"pages/login/login",
|
|
"pages/serviceDesc/serviceDesc",
|
|
"pages/two_code/two_code",
|
|
"pages/out/out",
|
|
"pages/agreement/agreement",
|
|
"pages/pay_result/pay_result",
|
|
"pages/activity_list/activity_list"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#21BE8D",
|
|
"navigationBarTitleText": "一号家政",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"tabBar": {
|
|
"color": "#65646b",
|
|
"borderStyle": "#65646b",
|
|
"selectedColor": "#21BE8D",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "images/index_gray.png",
|
|
"selectedIconPath": "images/index_green.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/mall",
|
|
"text": "商城",
|
|
"iconPath": "images/order_gray.png",
|
|
"selectedIconPath": "images/order_green.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mcenter/mcenter",
|
|
"text": "我的",
|
|
"iconPath": "images/my_gray.png",
|
|
"selectedIconPath": "images/my_green.png"
|
|
}
|
|
]
|
|
}
|
|
}
|