| 123456789101112131415161718 |
- export const merchantorLists = [
- {
- name: '寿司',
- image: 'https://ticket-exchange.oss-cn-hangzhou.aliyuncs.com/image/2021-08-13-15-54-36URxMKUXs.jpg',
- num: '226',
- fabulous: '40',
- id: 1,
- price: 20.0
- },
- {
- name: '春卷',
- image: 'https://ticket-exchange.oss-cn-hangzhou.aliyuncs.com/image/2021-08-13-15-54-36URxMKUXs.jpg',
- num: '226',
- fabulous: '40',
- id: 2,
- price: 20.0
- }
- ];
|