shuhao 2 týždňov pred
rodič
commit
695c913227

+ 1 - 0
src/views/home/album/album_compoents/albumCarousel7d.vue

@@ -37,6 +37,7 @@ onMounted(() => {
     const futureDate = new Date(execcuteDate);
     params.startDate = dateFormat(pastDate, "YY-mm-dd");
     params.endDate = dateFormat(futureDate, "YY-mm-dd");
+    params.limit = 20
   }
   getImageList(params)
 });