13 lines
319 B
JavaScript
13 lines
319 B
JavaScript
const images = [{
|
|
img: 'https://webplus-cn-hangzhou-s-603871eef968dd14ced82ed5.oss-cn-hangzhou.aliyuncs.com/hextech/static/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;
|
|
} |