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.
69 lines
1.9 KiB
69 lines
1.9 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/user/register",
|
|
"pages/user/login",
|
|
"pages/user/user",
|
|
"pages/category/category",
|
|
"pages/product/product",
|
|
"pages/cart/cart",
|
|
"pages/orderconfirmation/orderconfirmation",
|
|
"pages/myorder/myorder",
|
|
"pages/user/keep",
|
|
"pages/search/search",
|
|
"pages/advdetail/advdetail",
|
|
"pages/orderlist/orderlist",
|
|
"pages/refund/refund2",
|
|
"pages/product/detail",
|
|
"pages/orderconfirmation/orderconfirmation_twopay",
|
|
"pages/orderlist/orderyans",
|
|
"pages/orderlist/orderjiad",
|
|
"pages/category/categoryjiad",
|
|
"pages/product/productjiad",
|
|
"pages/cart/cartjiad",
|
|
"pages/product/detailjiad"
|
|
],
|
|
"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"
|
|
}
|
|
}
|