1002884655 hace 4 años
padre
commit
73fabcd48d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/HuiShengHuo/PhotoList/index.vue

+ 1
- 1
src/pages/HuiShengHuo/PhotoList/index.vue Ver fichero

@@ -96,7 +96,7 @@ export default {
96 96
       this.PhotoUrlArr = []
97 97
       this.EmptyPhotoList() // 清空照片墙列表
98 98
       this.EmptyGalleryTypeList() // 清空照片墙类型列表
99
-      this.GetGalleryType({ queryData: { pageNum: 1, pageSize: 10000, hasImages: false } }).then(() => {
99
+      this.GetGalleryType({ queryData: { pageNum: 1, pageSize: 10000, hasImages: true } }).then(() => {
100 100
         this.GalleryTypeList.map((item) => {
101 101
           this.PageList.push({ ...item, List: [], Show: false, pageNum: 1, pageSize: 10, pages: 2, Loading: false })
102 102
         })