config.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. export const navbarAll = [
  2. {
  3. storeName: '同城家居',
  4. iconUrl: require('../../static/images/new-business/home/pinpaijiaju.png'),
  5. type: 1
  6. },
  7. {
  8. storeName: '建材五金',
  9. iconUrl: require('../../static/images/new-business/home/jiancaiwujin.png'),
  10. type: 2
  11. },
  12. {
  13. storeName: '找师傅',
  14. iconUrl: require('../../static/images/new-business/home/weixiu.png'),
  15. type: 3
  16. // tag: 'fix',
  17. // tagUrl: require('../../static/images/new-business/home/fix.png')
  18. },
  19. {
  20. storeName: '找家政',
  21. iconUrl: require('../../static/images/new-business/home/baomu.png'),
  22. type: 4
  23. },
  24. {
  25. storeName: '中介公司',
  26. iconUrl: require('../../static/images/new-business/home/zhongjiegongsi.png'),
  27. type: 5
  28. },
  29. {
  30. storeName: '找美食',
  31. iconUrl: require('../../static/images/new-business/home/meishi.png'),
  32. type: 6
  33. },
  34. {
  35. storeName: '蔬菜生鲜',
  36. iconUrl: require('../../static/images/new-business/home/shucaishengxian.png'),
  37. type: 7
  38. },
  39. {
  40. storeName: '便利店',
  41. iconUrl: require('../../static/images/new-business/home/bianlidain.png'),
  42. type: 8
  43. },
  44. {
  45. storeName: '养车用车',
  46. iconUrl: require('../../static/images/new-business/home/yangche.png'),
  47. type: 9
  48. },
  49. {
  50. storeName: '便民服务',
  51. iconUrl: require('../../static/images/new-business/home/bianminfuwu.png'),
  52. type: 0
  53. // tag: 'phone-bill',
  54. // tagUrl: require('../../static/images/new-business/home/youhui.png')
  55. },
  56. {
  57. storeName: '酒店民宿',
  58. iconUrl: require('../../static/images/new-business/home/jiudianminsu.png'),
  59. type: 11
  60. },
  61. {
  62. storeName: '美容理发',
  63. iconUrl: require('../../static/images/new-business/home/lifa.png'),
  64. type: 12
  65. // tag: 'sheng',
  66. // tagUrl: require('../../static/images/new-business/home/sheng.png')
  67. },
  68. {
  69. storeName: '休闲娱乐',
  70. iconUrl: require('../../static/images/new-business/home/KTV.png'),
  71. type: 13
  72. },
  73. {
  74. storeName: '教育培训',
  75. iconUrl: require('../../static/images/new-business/home/peixunshi.png'),
  76. type: 14
  77. },
  78. {
  79. storeName: '广告礼品',
  80. iconUrl: require('../../static/images/new-business/home/guanggaolipin.png'),
  81. type: 15
  82. },
  83. {
  84. storeName: '母婴店',
  85. iconUrl: require('../../static/images/new-business/home/muying.png'),
  86. type: 16
  87. },
  88. {
  89. storeName: '儿童乐园',
  90. iconUrl: require('../../static/images/new-business/home/ertongleyuan.png'),
  91. type: 17
  92. },
  93. {
  94. storeName: '摄影室',
  95. iconUrl: require('../../static/images/new-business/home/sheying.png'),
  96. type: 18
  97. },
  98. {
  99. storeName: '花店',
  100. iconUrl: require('../../static/images/new-business/home/huadian.png'),
  101. type: 19
  102. },
  103. {
  104. storeName: '宠物',
  105. iconUrl: require('../../static/images/new-business/home/chongwu.png'),
  106. type: 20
  107. },
  108. {
  109. storeName: '电影院',
  110. iconUrl: require('../../static/images/new-business/home/dianying.png'),
  111. type: 21
  112. },
  113. {
  114. storeName: '创意策划',
  115. iconUrl: require('../../static/images/new-business/home/chuangyicehua.png'),
  116. type: 22
  117. },
  118. {
  119. storeName: '酒庄',
  120. iconUrl: require('../../static/images/new-business/home/jiuzhuang.png'),
  121. type: 23
  122. },
  123. {
  124. storeName: '看病买药',
  125. iconUrl: require('../../static/images/new-business/home/kanbingmaiyao.png'),
  126. type: 24
  127. },
  128. {
  129. storeName: '金融财务',
  130. iconUrl: require('../../static/images/new-business/home/jinrongcaiwu.png'),
  131. type: 25
  132. }
  133. ]