家政小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

app.json 1.5KB

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