12.05前端

This commit is contained in:
@QQNZX 2023-12-05 15:49:40 +08:00
parent e7d735e93e
commit 0ce3aa8b89

View File

@ -93,9 +93,7 @@
this.detailList = res.data.records this.detailList = res.data.records
} }
this.totalDetail = res.data.total this.totalDetail = res.data.total
// let total = res.data.total this.show = false
// this.totalDetail = Math.ceil(total / this.pageSize);
console.log(this.totalDetail);
uni.hideLoading(); uni.hideLoading();
} }
}) })