Browse Source

页面调整

shuhao 2 weeks ago
parent
commit
695c913227
1 changed files with 1 additions and 0 deletions
  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)
 });