|
Component({
|
|
data: {
|
|
img1: 'https://tdesign.gtimg.com/miniprogram/images/example1.png',
|
|
img2: 'https://tdesign.gtimg.com/miniprogram/images/example2.png',
|
|
img3: 'https://tdesign.gtimg.com/miniprogram/images/example3.png',
|
|
border: {
|
|
color: '#f6f6f6',
|
|
},
|
|
},
|
|
});
|