浏览代码

订单详情轮播图修改

jiayubo 3 月之前
父节点
当前提交
0a232820a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages_home/pages/Volunteerside/detiles.vue

+ 1 - 1
pages_home/pages/Volunteerside/detiles.vue

@@ -25,7 +25,7 @@ const list3 = ref([]);//轮播图数据
 
 const getBanners = async () => {
   try {
-    const res = await slideshow(19);
+    const res = await slideshow(10);
     if (res.code === 200 && res.data.picture) {
       list3.value = res.data.picture.split(',');
     }