|
|
@@ -431,11 +431,12 @@ |
|
|
|
_this = this |
|
|
|
this.isnorefresh = 'refresh'; |
|
|
|
this.userInfo = uni.getStorageSync("weapp_session_userInfo_data") |
|
|
|
console.log(this.userInfo.showPhoneStatus) |
|
|
|
// console.log(this.userInfo.showPhoneStatus) |
|
|
|
this.nextPage = 1; |
|
|
|
this.recordList = [] |
|
|
|
this.buildingID = uni.getStorageSync('buildingID').id; |
|
|
|
this.getMyCustom() |
|
|
|
if (this.isnorefresh == 'refresh') { |
|
|
|
this.buildingID = uni.getStorageSync('buildingID').id; |
|
|
|
// this.nextPage = 1; |
|
|
|
// this.recordList = [] |
|
|
|
this.getFreeList() |
|
|
|
this.getfindKeywordsList() |
|
|
|
this.getFromSource(); |
|
|
|