const app = getApp(); var initData=[ { "id":1, "volunteerImg":app.appAssetsUrl+"/images/lx1.png", "volunteer":"巴厘岛国际志愿者", "volunteerActivity":"热情岛国里的中文导师", }, { "id": 2, "volunteerImg": app.appAssetsUrl+"/images/lx2.png", "volunteer": "斯里兰卡海龟保护", "volunteerActivity": "热情岛国里的中文导师", }, { "id": 3, "volunteerImg": app.appAssetsUrl+"/images/lx3.png", "volunteer": "斯里兰卡海龟保护", "volunteerActivity": "热情岛国里的英文导师", } ] module.exports={ initData:initData }