|
|
|
@ -116,7 +116,7 @@ export default { |
|
|
|
console.log(111,(this.filteredData.page * this.filteredData.limit) ,(this.filteredData.total)) |
|
|
|
|
|
|
|
//判断是否还有数据 |
|
|
|
if(this.filteredData.page * this.filteredData.limit > this.filteredData.total){ |
|
|
|
if ((this.filteredData.page - 1) * this.filteredData.limit >= this.filteredData.total) { |
|
|
|
this.loading = false |
|
|
|
uni.showToast({ |
|
|
|
title: '暂无更多', |
|
|
|
|