Component({ data: { gridItemList: [ { text: '标题文字', img: 'https://tdesign.gtimg.com/mobile/demos/example1.png', }, { text: '标题文字', img: 'https://tdesign.gtimg.com/mobile/demos/example2.png', }, { text: '标题文字', img: 'https://tdesign.gtimg.com/mobile/demos/example3.png', }, { text: '最多五个字', img: 'https://tdesign.gtimg.com/mobile/demos/example1.png', }, { text: '最多五个字', img: 'https://tdesign.gtimg.com/mobile/demos/example2.png', }, { text: '最多五个字', img: 'https://tdesign.gtimg.com/mobile/demos/example3.png', }, ], }, });