const getImg = (item) => { return item.img || ''; } const getSectionList = (item) => { return item.sectionList || []; } export default { getImg, getSectionList }