Selaa lähdekoodia

客户列表返回刷新bug

message
jyt 1 vuosi sitten
vanhempi
commit
372cf32a95
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +1
    -1
      pages/center/records/index.vue
  2. +2
    -2
      pages/index/consumer/index.vue

+ 1
- 1
pages/center/records/index.vue Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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();


Ladataan…
Peruuta
Tallenna