data.js 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. export const menusData = [
  2. {
  3. id: 1,
  4. storeName: '美食饮品',
  5. picUrl: require('../../static/images/index/meishi.png'),
  6. url: '/pages/store/fine-food/fine-food'
  7. },
  8. {
  9. id: 2,
  10. storeName: '休闲娱乐',
  11. picUrl: require('../../static/images/index/xiuxian.png'),
  12. url: '/pages/store/fine-food/food-nearby/food-nearby',
  13. title: '休闲娱乐'
  14. },
  15. {
  16. id: 3,
  17. storeName: '美甲美睫',
  18. picUrl: require('../../static/images/index/meijia.png'),
  19. url: '/pages/store/fine-food/food-nearby/food-nearby',
  20. title: '美甲美睫'
  21. },
  22. {
  23. id: 4,
  24. storeName: '运动健身',
  25. picUrl: require('../../static/images/index/yundong.png'),
  26. url: '/pages/store/fine-food/food-nearby/food-nearby',
  27. title: '运动健身'
  28. },
  29. {
  30. id: 5,
  31. storeName: '美容美发',
  32. picUrl: require('../../static/images/index/meirong.png'),
  33. url: '/pages/store/fine-food/food-nearby/food-nearby',
  34. title: '美容美发'
  35. },
  36. {
  37. id: 6,
  38. storeName: '周边旅游',
  39. picUrl: require('../../static/images/index/zhoubian.png'),
  40. url: '/pages/store/fine-food/food-nearby/food-nearby',
  41. title: '周边旅游'
  42. },
  43. {
  44. id: 7,
  45. storeName: '亲子乐园',
  46. picUrl: require('../../static/images/index/qinzi.png'),
  47. url: '/pages/store/fine-food/food-nearby/food-nearby',
  48. title: '亲子乐园'
  49. },
  50. {
  51. id: 8,
  52. storeName: '酒店民俗',
  53. picUrl: require('../../static/images/index/jiudian.png'),
  54. url: '/pages/store/fine-food/food-nearby/food-nearby',
  55. title: '酒店民俗'
  56. }
  57. ]