This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Acher
/
newEdition
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of
http://git.2weisou.com/Acher/newEdition
message
douzhuo
2 years ago
parent
2c1e4cf2be
372cf32a95
commit
8345802bba
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/center/records/index.vue
+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
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
View File
@@ -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();
Write
Preview
Loading…
Cancel
Save