app.json 2.99 KB
{
  "pages": [

    "pages/index/index",

    "pages/auction-list/auction-list",
    "pages/auction-mine/auction-mine",
    "pages/auction-detail/auction-detail",
    "pages/auction-bid-detail/auction-bid-detail",

    "pages/seckill-list/seckill-list",
    "pages/seckill-mine/seckill-mine",
    "pages/seckill-detail/seckill-detail",

    "pages/user-center/user-center",
    "pages/scan-result/scan-result",
    "pages/gift-shop/gift-shop",
    "pages/gift-detail/gift-detail",
    "pages/contact/contact",
    "pages/contact-table/contact-table",
    "pages/authorize/authorize",
    "pages/register/register",
    "pages/integral-detail/integral-detail",
    "pages/address-management/address-management",
    "pages/address-edit/address-edit",
    "pages/my-qrcode/my-qrcode",
    "pages/my-order/my-order",
    "pages/my-message/my-message",
    "pages/vip-login/vip-login",
    "pages/vip-verify/vip-verify",
    "pages/sign-in-record/sign-in-record",
    "pages/rank/rank",
    "pages/rank-gift/rank-gift",
    "pages/webview/webview",
    "pages/example/example",
    "pages/more/more"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#3680EB",
    "navigationBarTitleText": "深士照明",
    "navigationBarTextStyle": "white"
  },
  "tabBar": {
    "color": "#999999",
    "selectedColor": "#3680EB",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [{
        "pagePath": "pages/index/index",
        "iconPath": "image/tabbar/scan-bar.png",
        "selectedIconPath": "image/tabbar/scan-bar-selected.png",
        "text": "扫码积分"
      },
      {
        "pagePath": "pages/gift-shop/gift-shop",
        "iconPath": "image/tabbar/gift-bar.png",
        "selectedIconPath": "image/tabbar/gift-bar-selected.png",
        "text": "礼物兑换"
      },
      {
        "pagePath": "pages/user-center/user-center",
        "iconPath": "image/tabbar/user-bar.png",
        "selectedIconPath": "image/tabbar/user-bar-selected.png",
        "text": "个人中心"
      }
    ]
  },
  "usingComponents": {
    "authorize-comp": "../../component/authorize-comp/authorize-comp",
    "common-tips-comp": "../../component/common-tips-comp/common-tips-comp",
    "sign-tips-comp": "../../component/sign-tips-comp/sign-tips-comp",
    "gift-rank-tips-comp": "../../component/gift-rank-tips-comp/gift-rank-tips-comp",
    "gift-sign-tips-comp": "../../component/gift-sign-tips-comp/gift-sign-tips-comp",
    "order-submit-success-tips-comp": "../../component/order-submit-success-tips-comp/order-submit-success-tips-comp",
    "auction-bid-comp": "../../component/auction-bid-comp/auction-bid-comp",
    "auction-bid-success-comp": "../../component/auction-bid-success-comp/auction-bid-success-comp",
    "auction-bid-fail-comp": "../../component/auction-bid-fail-comp/auction-bid-fail-comp",
    "empty-tips": "../../component/empty-tips/empty-tips",
    "empty-tips-light": "../../component/empty-tips-light/empty-tips-light",
    "van-popup": "../../ui/vant-weapp/popup/index"
  }
}