123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "mall4j"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/basket/basket",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "购物车",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/category/category",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "分类商品",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/sub-category/sub-category"
- },
- {
- "path": "pages/search-page/search-page",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "搜索",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/delivery-address/delivery-address",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "收货地址",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/editAddress/editAddress",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "编辑收货地址",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/orderList/orderList",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarTitleText": "订单列表",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fafafa"
- }
- },
- {
- "path": "pages/order-detail/order-detail",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "订单详情",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/submit-order/submit-order",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "提交订单",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/express-delivery/express-delivery",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "物流查询",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/pay-result/pay-result",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "支付结果",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/search-prod-show/search-prod-show",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "搜索结果",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/prod/prod",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/prod-classify/prod-classify",
- "style": {
- "onReachBottomDistance": 0
- }
- },
- {
- "path": "pages/recent-news/recent-news",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarTitleText": "最新公告",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fafafa"
- }
- },
- {
- "path": "pages/news-detail/news-detail",
- "style": {
- "backgroundTextStyle": "light",
- "navigationBarTitleText": "最新公告",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fafafa"
- }
- },
- {
- "path": "pages/accountLogin/accountLogin"
- },
- {
- "path": "pages/register/register"
- }
- ],
- "tabBar": {
- "selectedColor": "#3a86b9",
- "color": "#b8b8b8",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "/static/images/tabbar/homepage.png",
- "selectedIconPath": "/static/images/tabbar/homepage-sel.png"
- },
- {
- "pagePath": "pages/category/category",
- "text": "分类",
- "iconPath": "/static/images/tabbar/category.png",
- "selectedIconPath": "/static/images/tabbar/category-sel.png"
- },
- {
- "pagePath": "pages/basket/basket",
- "text": "购物车",
- "iconPath": "/static/images/tabbar/basket.png",
- "selectedIconPath": "/static/images/tabbar/basket-sel.png"
- },
- {
- "pagePath": "pages/user/user",
- "text": "我的",
- "iconPath": "/static/images/tabbar/user.png",
- "selectedIconPath": "/static/images/tabbar/user-sel.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json",
- "globalStyle": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "black"
- },
- "subPackages": []
- }
|