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.
48 lines
1.2 KiB
48 lines
1.2 KiB
{
|
|
"pages": [
|
|
"pages/shouye/shouye",
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/fenlei/fenlei",
|
|
"pages/gouwu/gouwu",
|
|
"pages/wode/wode",
|
|
"pages/detail/detail",
|
|
"pages/shdz/shdz",
|
|
"pages/order/order"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "WeChat",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#f00",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/shouye/shouye",
|
|
"text": "首页",
|
|
"iconPath": "pages/index/image/1.png",
|
|
"selectedIconPath": "pages/index/image/2.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/fenlei/fenlei",
|
|
"text": "分类",
|
|
"iconPath": "pages/index/image/3.png",
|
|
"selectedIconPath": "pages/index/image/4.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/gouwu/gouwu",
|
|
"text": "购物车",
|
|
"iconPath": "pages/index/image/5.png",
|
|
"selectedIconPath": "pages/index/image/6.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/wode/wode",
|
|
"text": "我的",
|
|
"iconPath": "pages/index/image/7.png",
|
|
"selectedIconPath": "pages/index/image/8.png"
|
|
}
|
|
]
|
|
}
|
|
} |