家政小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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