app.json 1.6 KB
Newer Older
G
ShopXO  
gongfuxiang 已提交
1
{
G
cart  
gongfuxiang 已提交
2
  "pages": [
G
ShopXO  
gongfuxiang 已提交
3
    "pages/index/index",
D
devil_gong 已提交
4
    "pages/goods-category/goods-category",
G
cart  
gongfuxiang 已提交
5
    "pages/cart/cart",
G
ShopXO  
gongfuxiang 已提交
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
    "pages/user/user",
    "pages/web-view/web-view",
    "pages/login/login",
    "pages/paytips/paytips",

    "pages/goods-search/goods-search",
    "pages/goods-detail/goods-detail",
    "pages/goods-attribute/goods-attribute",
    "pages/buy/buy",

    "pages/user-address/user-address",
    "pages/user-address-save/user-address-save",
    "pages/user-order/user-order",
    "pages/user-order-detail/user-order-detail",
    "pages/user-faovr/user-faovr",
    "pages/user-answer-list/user-answer-list",
    "pages/answer-list/answer-list",
    "pages/answer-form/answer-form"
  ],
  "window": {
D
devil_gong 已提交
26
    "defaultTitle": "ShopXO电商系统",
D
devil_gong 已提交
27
    "titleBarColor": "#d2364c"
G
ShopXO  
gongfuxiang 已提交
28 29 30
  },
  "tabBar": {
    "textColor": "#8a8a8a",
D
devil_gong 已提交
31
    "selectedColor": "#d2364c",
G
ShopXO  
gongfuxiang 已提交
32 33 34 35 36 37 38 39 40
    "backgroundColor": "#fff",
    "items": [
      {
        "pagePath": "pages/index/index",
        "icon": "/images/nav-icon-home.png",
        "activeIcon": "/images/nav-icon-home-active.png",
        "name": "首页"
      },
      {
D
devil_gong 已提交
41
        "pagePath": "pages/goods-category/goods-category",
D
devil_gong 已提交
42 43
        "icon": "/images/nav-icon-category.png",
        "activeIcon": "/images/nav-icon-category-active.png",
D
hoe  
devil_gong 已提交
44
        "name": "分类"
G
ShopXO  
gongfuxiang 已提交
45
      },
D
devil_gong 已提交
46 47 48 49 50 51
      {
        "pagePath": "pages/cart/cart",
        "icon": "/images/nav-icon-cart.png",
        "activeIcon": "/images/nav-icon-cart-active.png",
        "name": "购物车"
      },
G
ShopXO  
gongfuxiang 已提交
52 53 54 55 56 57 58 59 60
      {
        "pagePath": "pages/user/user",
        "icon": "/images/nav-icon-user.png",
        "activeIcon": "/images/nav-icon-user-active.png",
        "name": "我的"
      }
    ]
  }
}