shuhao hace 2 semanas
padre
commit
695c913227
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/home/album/album_compoents/albumCarousel7d.vue

+ 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)
 });