douzhuo 2 years ago
parent
commit
8345802bba
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      pages/center/records/index.vue
  2. +2
    -2
      pages/index/consumer/index.vue

+ 1
- 1
pages/center/records/index.vue View File

@@ -322,7 +322,7 @@
this.screen.validInvalid = options.validInvalid this.screen.validInvalid = options.validInvalid
if (options.staTime) { if (options.staTime) {
this.staTime = options.staTime; this.staTime = options.staTime;
this.endtime = options.endtime +' 23:59:59';;
this.endtime = options.endtime +' 23:59:59';
} }
}, },
onShow() { onShow() {


+ 2
- 2
pages/index/consumer/index.vue View File

@@ -434,8 +434,8 @@
console.log(this.userInfo.showPhoneStatus) console.log(this.userInfo.showPhoneStatus)
if (this.isnorefresh == 'refresh') { if (this.isnorefresh == 'refresh') {
this.buildingID = uni.getStorageSync('buildingID').id; this.buildingID = uni.getStorageSync('buildingID').id;
this.nextPage = 1;
this.recordList = []
// this.nextPage = 1;
// this.recordList = []
this.getFreeList() this.getFreeList()
this.getfindKeywordsList() this.getfindKeywordsList()
this.getFromSource(); this.getFromSource();


Loading…
Cancel
Save