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.
103 lines
2.7 KiB
103 lines
2.7 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/category/category",
|
|
"pages/user/user",
|
|
"pages/new/new",
|
|
"pages/set/set",
|
|
"pages/user/score",
|
|
"pages/user/wallet",
|
|
"pages/user/recharge",
|
|
"pages/article/article",
|
|
"pages/listdetail/listdetail",
|
|
"pages/product/detail",
|
|
"pages/envelope/envelope",
|
|
"pages/user/withdrawals",
|
|
"pages/about/about",
|
|
"pages/share/index",
|
|
"pages/share/share",
|
|
"pages/address/index",
|
|
"pages/address/address",
|
|
"pages/address/upaddress",
|
|
"pages/cart/cart",
|
|
"pages/order/pay",
|
|
"pages/order/detail",
|
|
"pages/order/order",
|
|
"pages/collection/collection",
|
|
"pages/comment/comment",
|
|
"pages/coupon/index",
|
|
"pages/footprint/footprint",
|
|
"pages/logistics/logistics",
|
|
"pages/sign_in/sign_in",
|
|
"pages/group_buy/group",
|
|
"pages/group_buy/detail",
|
|
"pages/group_buy/payfor",
|
|
"pages/group_buy/cantuan",
|
|
"pages/group_buy/comment",
|
|
"pages/login/login",
|
|
"pages/notice/notice",
|
|
"pages/notice/index",
|
|
"pages/live/index",
|
|
"pages/distribution/list",
|
|
"pages/distribution/user",
|
|
"pages/distribution/detail",
|
|
"pages/chooseArea/chooseArea",
|
|
"pages/login/register",
|
|
"pages/shop/shop",
|
|
"pages/store/store",
|
|
"pages/order/payment",
|
|
"pages/store/myStore",
|
|
"pages/userinfo/userinfo",
|
|
"pages/set/password",
|
|
"pages/member/member",
|
|
"pages/aftersales/aftersales",
|
|
"pages/aftersales/index",
|
|
"pages/aftersales/apply",
|
|
"pages/aftersales/asdetail",
|
|
"pages/similar/similar",
|
|
"pages/search/search"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "互利商城",
|
|
"navigationBarTextStyle": "black",
|
|
"enablePullDownRefresh": true
|
|
},
|
|
"tabBar": {
|
|
"color": "#666666",
|
|
"selectedColor": "#FF6347",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "images/icons/home.png",
|
|
"selectedIconPath": "images/icons/homeopen.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/category/category",
|
|
"iconPath": "images/icons/category.png",
|
|
"selectedIconPath": "images/icons/categoryopen.png",
|
|
"text": "全部分类"
|
|
},
|
|
{
|
|
"pagePath": "pages/cart/cart",
|
|
"iconPath": "images/icons/cart.png",
|
|
"selectedIconPath": "images/icons/cartopen.png",
|
|
"text": "购物车"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/user",
|
|
"iconPath": "images/icons/me.png",
|
|
"selectedIconPath": "images/icons/meopen.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"requiredPrivateInfos":[
|
|
"chooseAddress"
|
|
],
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|