diff --git a/gasStation-uni/pagesHome/PointsMing/PointsMing.vue b/gasStation-uni/pagesHome/PointsMing/PointsMing.vue index e9cc617dc..00aeb14e5 100644 --- a/gasStation-uni/pagesHome/PointsMing/PointsMing.vue +++ b/gasStation-uni/pagesHome/PointsMing/PointsMing.vue @@ -93,9 +93,7 @@ this.detailList = res.data.records } this.totalDetail = res.data.total - // let total = res.data.total - // this.totalDetail = Math.ceil(total / this.pageSize); - console.log(this.totalDetail); + this.show = false uni.hideLoading(); } })