activity.js 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. var initData = [
  2. {
  3. "id": 1,
  4. "volunteerImg": "../../../../assets/images/lx1.png",
  5. "imgurl": "../../../../assets/images/wz.png",
  6. "imgurltwo": "../../../../assets/images/icon4.png",
  7. "volunteer": "周日下午服务员体验",
  8. "volunteerActivity": "2019-3-21 14:30",
  9. "url": "光谷世界城广场",
  10. "people": "30人",
  11. },
  12. {
  13. "id": 2,
  14. "volunteerImg": "../../../../assets/images/lx2.png",
  15. "imgurl": "../../../../assets/images/wz.png",
  16. "imgurltwo": "../../../../assets/images/icon4.png",
  17. "volunteer": "周日下午观影活动",
  18. "volunteerActivity": "2019-3-21 14:30",
  19. "url": "光谷世界城广场",
  20. "people": "30人",
  21. },
  22. {
  23. "id": 3,
  24. "volunteerImg": "../../../../assets/images/lx3.png",
  25. "imgurl": "../../../../assets/images/wz.png",
  26. "imgurltwo": "../../../../assets/images/icon4.png",
  27. "volunteer": "周日下午陶艺活动",
  28. "volunteerActivity": "2019-3-21 14:30",
  29. "url": "光谷世界城广场",
  30. "people": "30人",
  31. }
  32. ]
  33. module.exports = {
  34. initData: initData
  35. }