123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- export const menusData = [
- {
- id: 1,
- storeName: '美食饮品',
- picUrl: require('../../static/images/index/meishi.png'),
- url: '/pages/store/fine-food/fine-food'
- },
- {
- id: 2,
- storeName: '休闲娱乐',
- picUrl: require('../../static/images/index/xiuxian.png'),
- url: '/pages/store/fine-food/food-nearby/food-nearby',
- title: '休闲娱乐'
- },
- {
- id: 3,
- storeName: '美甲美睫',
- picUrl: require('../../static/images/index/meijia.png'),
- url: '/pages/store/fine-food/food-nearby/food-nearby',
- title: '美甲美睫'
- },
- {
- id: 4,
- storeName: '运动健身',
- picUrl: require('../../static/images/index/yundong.png'),
- url: '/pages/store/fine-food/food-nearby/food-nearby',
- title: '运动健身'
- },
- {
- id: 5,
- storeName: '美容美发',
- picUrl: require('../../static/images/index/meirong.png'),
- url: '/pages/store/fine-food/food-nearby/food-nearby',
- title: '美容美发'
- },
- {
- id: 6,
- storeName: '周边旅游',
- picUrl: require('../../static/images/index/zhoubian.png'),
- url: '/pages/store/fine-food/food-nearby/food-nearby',
- title: '周边旅游'
- },
- {
- id: 7,
- storeName: '亲子乐园',
- picUrl: require('../../static/images/index/qinzi.png'),
- url: '/pages/store/fine-food/food-nearby/food-nearby',
- title: '亲子乐园'
- },
- {
- id: 8,
- storeName: '酒店民俗',
- picUrl: require('../../static/images/index/jiudian.png'),
- url: '/pages/store/fine-food/food-nearby/food-nearby',
- title: '酒店民俗'
- }
- ]
|