mp_hextech_v1/model/swiper.js
2023-01-22 22:31:33 +08:00

13 lines
227 B
JavaScript

const images = [{
img: '/images/use_bi.png',
text: '1',
},
{
img: 'https://cdn-we-retail.ym.tencent.com/tsr/home/v2/banner2.png',
text: '2',
},
];
export function genSwiperImageList() {
return images;
}