This commit is contained in:
曹辉 2023-02-20 17:39:42 +08:00
parent 00c582b03d
commit 55f6322047
2 changed files with 2 additions and 4 deletions

View File

@ -39,9 +39,7 @@
scrollTop: 0,
};
},
onShow() {
},
onShow() {},
onLoad() {
this.pageNum = 1
this.getHeathHousing();

View File

@ -71,7 +71,7 @@
scrollTop: 0,
};
},
onShow() {
onLoad() {
this.pageNum = 1
this.getPoserInfo();
},