36 lines
739 B
JSON
36 lines
739 B
JSON
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/login/login",
|
||
|
"pages/cart/cart",
|
||
|
"pages/my/my",
|
||
|
"pages/order/order"
|
||
|
],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "购物",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#999999",
|
||
|
"selectedColor": "#2b9939",
|
||
|
"borderStyle": "white",
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"text": "首页"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/cart/cart",
|
||
|
"text": "购物车"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/my/my",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"usingComponents": {}
|
||
|
}
|