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

11 lines
303 B
JavaScript

Component({
data: {
img1: 'https://tdesign.gtimg.com/mobile/demos/example1.png',
img2: 'https://tdesign.gtimg.com/mobile/demos/example2.png',
img3: 'https://tdesign.gtimg.com/mobile/demos/example3.png',
border: {
color: 'var(--td-border-level-1-color, #E7E7E7)',
},
},
});