pagesMerchant.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. // 商户端小程序配置
  2. {
  3. "globalStyle": {
  4. "navigationBarTextStyle": "white",
  5. "navigationBarTitleText": "快来优商户端",
  6. "navigationBarBackgroundColor": "#01bcc3"
  7. },
  8. "tabBar": {
  9. "color": "#989898",
  10. "selectedColor": "#00c7b2",
  11. "borderStyle": "black",
  12. "position": "bottom",
  13. "list": [{
  14. "pagePath": "pages/merchant/index/index",
  15. "iconPath": "static/images_merchant/index.png",
  16. "selectedIconPath": "static/images_merchant/index_focus.png",
  17. "text": "招聘"
  18. },
  19. {
  20. "pagePath": "pages/message/index",
  21. "iconPath": "static/images_merchant/message.png",
  22. "selectedIconPath": "static/images_merchant/message_focus.png",
  23. "text": "消息"
  24. },
  25. {
  26. "pagePath": "pages/activity/index",
  27. "iconPath": "static/images_merchant/service.png",
  28. "selectedIconPath": "static/images_merchant/service_focus.png",
  29. "text": "服务"
  30. },
  31. {
  32. "pagePath": "pages/personal/index",
  33. "iconPath": "static/images_merchant/personal.png",
  34. "selectedIconPath": "static/images_merchant/personal_focus.png",
  35. "text": "我的"
  36. }
  37. ]
  38. }
  39. }