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