浏览代码

照片墙

1002884655 4 年前
父节点
当前提交
73fabcd48d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/HuiShengHuo/PhotoList/index.vue

+ 1
- 1
src/pages/HuiShengHuo/PhotoList/index.vue 查看文件

96
       this.PhotoUrlArr = []
96
       this.PhotoUrlArr = []
97
       this.EmptyPhotoList() // 清空照片墙列表
97
       this.EmptyPhotoList() // 清空照片墙列表
98
       this.EmptyGalleryTypeList() // 清空照片墙类型列表
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
         this.GalleryTypeList.map((item) => {
100
         this.GalleryTypeList.map((item) => {
101
           this.PageList.push({ ...item, List: [], Show: false, pageNum: 1, pageSize: 10, pages: 2, Loading: false })
101
           this.PageList.push({ ...item, List: [], Show: false, pageNum: 1, pageSize: 10, pages: 2, Loading: false })
102
         })
102
         })