Files
2025-08-15 14:05:08 +08:00

31 lines
757 B
JavaScript

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',
},
],
},
});