zhouwenxuan
2023-08-08 45237a5746e794060e48bd172161c08660621d5c
pages/tabBar/response/response.vue
@@ -120,7 +120,7 @@
      },
      lower: function(e) {
        if (this.data.pageIndex * this.data.pageSize >= this.total){
          uni.$u.toast('已加载全部数据')
          // uni.$u.toast('已加载全部数据')
          return
        }
        //并且让页码+1,调用获取数据的方法获取第二页数据