douzhuo 2 年之前
父節點
當前提交
8345802bba
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      pages/center/records/index.vue
  2. +2
    -2
      pages/index/consumer/index.vue

+ 1
- 1
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() {


+ 2
- 2
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();


Loading…
取消
儲存