merchantorList.js 417 B

123456789101112131415161718
  1. export const merchantorLists = [
  2. {
  3. name: '寿司',
  4. image: 'https://ticket-exchange.oss-cn-hangzhou.aliyuncs.com/image/2021-08-13-15-54-36URxMKUXs.jpg',
  5. num: '226',
  6. fabulous: '40',
  7. id: 1,
  8. price: 20.0
  9. },
  10. {
  11. name: '春卷',
  12. image: 'https://ticket-exchange.oss-cn-hangzhou.aliyuncs.com/image/2021-08-13-15-54-36URxMKUXs.jpg',
  13. num: '226',
  14. fabulous: '40',
  15. id: 2,
  16. price: 20.0
  17. }
  18. ];