31 lines
757 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
});
|