diff --git a/pages/center/records/index.vue b/pages/center/records/index.vue index c11c6b2..f48c3b2 100644 --- a/pages/center/records/index.vue +++ b/pages/center/records/index.vue @@ -322,7 +322,7 @@ this.screen.validInvalid = options.validInvalid if (options.staTime) { this.staTime = options.staTime; - this.endtime = options.endtime +' 23:59:59';; + this.endtime = options.endtime +' 23:59:59'; } }, onShow() { diff --git a/pages/index/consumer/index.vue b/pages/index/consumer/index.vue index d18c5ed..d28a16f 100644 --- a/pages/index/consumer/index.vue +++ b/pages/index/consumer/index.vue @@ -434,8 +434,8 @@ console.log(this.userInfo.showPhoneStatus) if (this.isnorefresh == 'refresh') { this.buildingID = uni.getStorageSync('buildingID').id; - this.nextPage = 1; - this.recordList = [] + // this.nextPage = 1; + // this.recordList = [] this.getFreeList() this.getfindKeywordsList() this.getFromSource();