zhouwenxuan
2023-08-02 9461caf2a459a7ed1eb16f8f439c02cfbcf1930b
pages/tabBar/notice/notice.vue
@@ -181,13 +181,13 @@
            getNotice(this.data).then(res => {
               if (res.code == 100) {
                  // this.noticeList = res.data ? res.data : [];
            let list = res.data?res.data: [];
            if (res.pageIndex != 1) {
              this.noticeList = this.noticeList.concat(list)
            } else {
              this.noticeList = list;
            }
            this.total = res.total
                  let list = res.data?res.data: [];
                  if (res.pageIndex != 1) {
                    this.noticeList = this.noticeList.concat(list)
                  } else {
                    this.noticeList = list;
                  }
                  this.total = res.total
                  this.noticeListCopy = this.noticeList;
                  if (this.noticeList.length > 0) {
                     this.noticeList.forEach((item, index) => {