Parcourir la source

首页区域负责人更改

chenjj il y a 3 mois
Parent
commit
a862078b0e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/index.vue

+ 1 - 1
pages/index.vue

@@ -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(',')
     }