Files
coupon/app.json
2023-05-28 12:17:26 +08:00

66 lines
1.7 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/peihu/peihu",
"pages/tuiguang/extensionInfor",
"pages/my/my",
"pages/order/order",
"pages/order/re_orderdetail",
"pages/orderdetail/orderdetail",
"pages/reforderdetail/reforderdetail",
"pages/mechanism/mechanism",
"pages/wodeqianbao/qianbao",
"pages/refund/refund",
"pages/peizhen/peizhen",
"pages/peizhen/peizhendetail",
"pages/guanyu/guanyu",
"pages/webpage/webpage"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"subPackages": [
{
"root": "shopping",
"name": "shopping",
"pages": [
"pages/goddess/goddess",
"pages/paysuccess/paysuccess",
"pages/withdrawal/withdrawal",
"pages/payment/payment"
],
"independent": false
}
],
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#C1C1C1",
"selectedColor": "#606060",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "pages/image/income.png",
"selectedIconPath": "pages/image/income_a.png"
},
{
"pagePath": "pages/order/order",
"text": "订单",
"iconPath": "pages/image/dingdan.png",
"selectedIconPath": "pages/image/dingdanl.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "pages/image/my.png",
"selectedIconPath": "pages/image/my_a.png"
}
]
}
}