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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. ],
  14. "window": {
  15. "backgroundTextStyle": "light",
  16. "navigationBarBackgroundColor": "#00a0e9",
  17. "navigationBarTitleText": "玥子轩",
  18. "navigationBarTextStyle": "white"
  19. },
  20. "tabBar": {
  21. "color": "#fff",
  22. "selectedColor": "#fff",
  23. "backgroundColor": "#00a0e9",
  24. "list": [{
  25. "pagePath": "pages/home/index",
  26. "text": "首页",
  27. "iconPath": "/img/icon-home.png",
  28. "selectedIconPath": "/img/icon-home-active.png"
  29. }, {
  30. "pagePath": "pages/classify/index",
  31. "text": "分类",
  32. "iconPath": "/img/icon-classify.png",
  33. "selectedIconPath": "/img/icon-classify-active.png"
  34. }, {
  35. "pagePath": "pages/order/index",
  36. "text": "订单",
  37. "iconPath": "/img/icon-order.png",
  38. "selectedIconPath": "/img/icon-order-active.png"
  39. }, {
  40. "pagePath": "pages/user/index",
  41. "text": "我的",
  42. "iconPath": "/img/icon-user.png",
  43. "selectedIconPath": "/img/icon-user-active.png"
  44. }]
  45. }
  46. }