|
@@ -25,7 +25,7 @@ const list3 = ref([]);//轮播图数据
|
|
|
|
|
|
const getBanners = async () => {
|
|
const getBanners = async () => {
|
|
try {
|
|
try {
|
|
- const res = await slideshow(19);
|
|
|
|
|
|
+ const res = await slideshow(10);
|
|
if (res.code === 200 && res.data.picture) {
|
|
if (res.code === 200 && res.data.picture) {
|
|
list3.value = res.data.picture.split(',');
|
|
list3.value = res.data.picture.split(',');
|
|
}
|
|
}
|