59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"debug": false,
|
|
"tabBar": {
|
|
"color": "#6e6d6b",
|
|
"selectedColor": "#ff9966",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "images/tabBar/home.png",
|
|
"selectedIconPath": "images/tabBar/home_on.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/flow/index",
|
|
"text": "购物车",
|
|
"iconPath": "images/tabBar/cart.png",
|
|
"selectedIconPath": "images/tabBar/cart_on.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"text": "我的",
|
|
"iconPath": "images/tabBar/user.png",
|
|
"selectedIconPath": "images/tabBar/user_on.png"
|
|
}
|
|
],
|
|
"position": "bottom"
|
|
},
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/index_back/index",
|
|
"pages/category/index",
|
|
"pages/category/list",
|
|
"pages/goods/index",
|
|
"pages/search/index",
|
|
"pages/flow/index",
|
|
"pages/flow/checkout",
|
|
"pages/user/index",
|
|
"pages/user/help",
|
|
"pages/order/index",
|
|
"pages/order/detail",
|
|
"pages/address/index",
|
|
"pages/address/createa",
|
|
"pages/address/detail",
|
|
"pages/login/login",
|
|
"pages/aftermarket/create",
|
|
"pages/aftermarket/index",
|
|
"pages/gongzuo/index",
|
|
"pages/pays/pays",
|
|
"pages/address/webvue"
|
|
]
|
|
} |