|
@@ -203,7 +203,7 @@ const getBanners = async () => {
|
|
|
list3.value = res.data.picture.split(',')
|
|
|
}
|
|
|
|
|
|
- const value_res = await slideshow(20)
|
|
|
+ const value_res = await slideshow(111)
|
|
|
if (value_res.code === 200 && value_res.data.picture) {
|
|
|
ValueZone.value = value_res.data.picture.split(',')
|
|
|
}
|