| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- export default[
- {
- image: '/static/defimages/2.png',
- name: '热门中餐',
- id:1
- }, {
- image: '/static/defimages/3.png',
- name: '热门中餐',
- id:2
- },
- {
- image: '/static/defimages/4.png',
- name: '热门中餐',
- id:3
- },
- {
- image: '/static/defimages/5.png',
- name: '热门中餐',
- id:4
- },
- {
- image: '/static/defimages/6.png',
- name: '热门中餐',
- id:5
- },
- {
- image: '/static/defimages/7.png',
- name: '热门中餐',
- id:6
- },
- {
- image: '/static/defimages/8.png',
- name: '热门中餐',
- id:7
- },
- {
- image: '/static/defimages/9.png',
- name: '热门中餐',
- id:8
- }
- ]
|