You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git/scr/miniprogram-2/model/swiper.js

31 lines
661 B

const images = [
{
img: 'https://cdn-we-retail.ym.tencent.com/tsr/home/v2/banner1.png',
text: '1',
},
{
img: 'https://cdn-we-retail.ym.tencent.com/tsr/home/v2/banner2.png',
text: '2',
},
{
img: 'https://cdn-we-retail.ym.tencent.com/tsr/home/v2/banner3.png',
text: '3',
},
{
img: 'https://cdn-we-retail.ym.tencent.com/tsr/home/v2/banner4.png',
text: '4',
},
{
img: 'https://cdn-we-retail.ym.tencent.com/tsr/home/v2/banner5.png',
text: '5',
},
{
img: 'https://cdn-we-retail.ym.tencent.com/tsr/home/v2/banner6.png',
text: '6',
},
];
export function genSwiperImageList() {
return images;
}