ソースを参照

首页区域负责人更改

chenjj 3 ヶ月 前
コミット
a862078b0e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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(',')
     }