zhouwenxuan
2023-08-08 45237a5746e794060e48bd172161c08660621d5c
pages/tabBar/notice/notice.vue
@@ -267,7 +267,7 @@
      },
      lower: function(e) {
        if (this.data.pageIndex * this.data.pageSize >= this.total){
          uni.$u.toast('已加载全部数据')
          // uni.$u.toast('已加载全部数据')
          return
        }
        //并且让页码+1,调用获取数据的方法获取第二页数据
@@ -422,7 +422,7 @@
.noticeList{
  margin-top: 12px;
  height: calc(100vh - 266px);
  height: calc(100vh - 286px);
  overflow: hidden;
  overflow-y: scroll;
}
@@ -436,7 +436,7 @@
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  height: 100%;
  margin-bottom: 30px;
  // margin-bottom: 30px;
}
.itemContent{
   font-size: 16px;