mp_hextech_v1/model/swiper.js

13 lines
228 B
JavaScript

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