家政小程序
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.

app.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "pages": [
  3. "pages/launch/index",
  4. "pages/home/index",
  5. "pages/classify/index",
  6. "pages/order/index",
  7. "pages/user/index",
  8. "pages/goodsList/index",
  9. "pages/goodsDetail/index",
  10. "pages/introduce/index",
  11. "pages/bookService/index",
  12. "pages/yuesao/index",
  13. "pages/detail/index",
  14. "pages/addComment/index"
  15. ],
  16. "window": {
  17. "backgroundTextStyle": "light",
  18. "navigationBarBackgroundColor": "#00a0e9",
  19. "navigationBarTitleText": "玥子轩",
  20. "navigationBarTextStyle": "white"
  21. },
  22. "tabBar": {
  23. "color": "#fff",
  24. "selectedColor": "#fff",
  25. "backgroundColor": "#00a0e9",
  26. "list": [{
  27. "pagePath": "pages/home/index",
  28. "text": "首页",
  29. "iconPath": "/img/icon-home.png",
  30. "selectedIconPath": "/img/icon-home-active.png"
  31. }, {
  32. "pagePath": "pages/classify/index",
  33. "text": "分类",
  34. "iconPath": "/img/icon-classify.png",
  35. "selectedIconPath": "/img/icon-classify-active.png"
  36. }, {
  37. "pagePath": "pages/order/index",
  38. "text": "订单",
  39. "iconPath": "/img/icon-order.png",
  40. "selectedIconPath": "/img/icon-order-active.png"
  41. }, {
  42. "pagePath": "pages/user/index",
  43. "text": "我的",
  44. "iconPath": "/img/icon-user.png",
  45. "selectedIconPath": "/img/icon-user-active.png"
  46. }]
  47. }
  48. }