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.
76 lines
2.1 KiB
76 lines
2.1 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/user/register",
|
|
"pages/user/login",
|
|
"pages/user/user",
|
|
"pages/category/category",
|
|
"pages/product/product",
|
|
"pages/cart/cart",
|
|
"pages/address/address",
|
|
"pages/address/edit/edit",
|
|
"pages/pay/pay",
|
|
"pages/pay/paySuccess",
|
|
"pages/orderconfirmation/orderconfirmation",
|
|
"pages/myorder/myorder",
|
|
"pages/user/keep",
|
|
"pages/search/search",
|
|
"pages/advdetail/advdetail",
|
|
"pages/orderlist/orderlist",
|
|
"pages/user/sqruzhu",
|
|
"pages/refund/refund",
|
|
"pages/product/detail",
|
|
"pages/orderconfirmation/orderconfirmation_twopay",
|
|
"pages/orderlist/wuliu",
|
|
"pages/user/fotget",
|
|
"pages/user/checklogin",
|
|
"pages/user/chongzhi",
|
|
"pages/user/jifen",
|
|
"pages/user/tixian",
|
|
"pages/coupon/coupon"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "深百鲜",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"onReachBottomDistance": 100
|
|
},
|
|
"tabBar": {
|
|
"color": "#B4B4B4",
|
|
"selectedColor": "#5cabff",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/tabbar/course.png",
|
|
"selectedIconPath": "static/tabbar/course_hl.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/category/category",
|
|
"iconPath": "static/tabbar/category.png",
|
|
"selectedIconPath": "static/tabbar/category_seleted.png",
|
|
"text": "分类"
|
|
},
|
|
{
|
|
"pagePath": "pages/cart/cart",
|
|
"iconPath": "static/tabbar/cart.png",
|
|
"selectedIconPath": "static/tabbar/cart_seleted.png",
|
|
"text": "购物车"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/user",
|
|
"iconPath": "static/tabbar/user.png",
|
|
"selectedIconPath": "static/tabbar/user_hl.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"permission": {},
|
|
"usingComponents": {
|
|
"hyp-icon": "/components/hyp-icon/hyp-icon",
|
|
"hyp-image": "/components/hyp-image/hyp-image"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|