123456789101112131415161718192021222324252627282930313233343536 |
- var initData = [
- {
- "id": 1,
- "volunteerImg": "../../../../assets/images/lx1.png",
- "imgurl": "../../../../assets/images/wz.png",
- "imgurltwo": "../../../../assets/images/icon4.png",
- "volunteer": "周日下午服务员体验",
- "volunteerActivity": "2019-3-21 14:30",
- "url": "光谷世界城广场",
- "people": "30人",
- },
- {
- "id": 2,
- "volunteerImg": "../../../../assets/images/lx2.png",
- "imgurl": "../../../../assets/images/wz.png",
- "imgurltwo": "../../../../assets/images/icon4.png",
- "volunteer": "周日下午观影活动",
- "volunteerActivity": "2019-3-21 14:30",
- "url": "光谷世界城广场",
- "people": "30人",
- },
- {
- "id": 3,
- "volunteerImg": "../../../../assets/images/lx3.png",
- "imgurl": "../../../../assets/images/wz.png",
- "imgurltwo": "../../../../assets/images/icon4.png",
- "volunteer": "周日下午陶艺活动",
- "volunteerActivity": "2019-3-21 14:30",
- "url": "光谷世界城广场",
- "people": "30人",
- }
- ]
- module.exports = {
- initData: initData
- }
|