敢为人鲜小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
755 B

  1. export const currentPickupPoint = {
  2. id: 1,
  3. name: '轻奢时代茶香兴盛',
  4. address: '长沙市雨花区时代阳光大道轻奢时代茶香兴盛',
  5. phone: '15070023168',
  6. image: '/static/image/古茗店面.webp'
  7. }
  8. // 附近取餐点列表
  9. export const nearbyPickupPoints = [
  10. {
  11. id: 2,
  12. name: '古茗中山街店',
  13. address: '长沙市雨花区中山街100号第二个店面',
  14. phone: '15070023168',
  15. image: '/static/image/古茗店面.webp'
  16. },
  17. {
  18. id: 3,
  19. name: '茶香兴盛小文轩便利店',
  20. address: '长沙市芙蓉区牛津街7栋',
  21. phone: '15070023168',
  22. image: '/static/image/古茗店面.webp'
  23. }
  24. ]