Commit 529162f2e8e27f185325b3dcd7373b2ea5c03751

Authored by taiyuan
1 parent 8ed2b438

app.json

Showing 1 changed file with 24 additions and 2 deletions
app.json
... ... @@ -116,8 +116,23 @@
116 116 "pages/quan/quan",
117 117 "pages/chongzhi/chongzhi",
118 118 "pages/chongzhiDetails/chongzhiDetails",
119   - "pages/jfbuy/jfbuy"
120   -
  119 + "pages/jfbuy/jfbuy",
  120 + "pages/hongBao/hongBao",
  121 + "pages/hongBaoDetails/hongBaoDetails",
  122 + "pages/service_record/service_record",
  123 + "pages/checkin/checkin",
  124 + "pages/distribution/main/main",
  125 + "pages/distribution/myteam/myteam",
  126 + "pages/distribution/order/order",
  127 + "pages/distribution/commision/commision",
  128 + "pages/distribution/rank/rank",
  129 + "pages/distribution/card/card",
  130 + "pages/distribution/goods/goods",
  131 + "pages/distribution/shop/shop",
  132 + "pages/distribution/rookie/rookie",
  133 + "pages/service_share/service_share",
  134 + "pages/cardList/cardList",
  135 + "pages/cardDetails/cardDetails"
121 136 ]
122 137  
123 138 }],
... ... @@ -133,6 +148,7 @@
133 148 "navigationBarBackgroundColor": "#ffffff",
134 149 "backgroundColor": "#ffffff",
135 150 "enablePullDownRefresh": true
  151 +
136 152 },
137 153  
138 154 "tabBar": {
... ... @@ -154,6 +170,12 @@
154 170 "iconPath": "packageA/images/bar/fl.png",
155 171 "selectedIconPath": "packageA/images/bar/fl_on.png"
156 172 },
  173 + {
  174 + "pagePath": "packageA/pages/distribution/main/main",
  175 + "text": "分销",
  176 + "iconPath": "packageA/images/bar/fx.png",
  177 + "selectedIconPath": "packageA/images/bar/fx_on.png"
  178 + },
157 179 {
158 180 "pagePath": "pages/cart/cart/cart",
159 181 "text": "购物车",
... ...