更新
This commit is contained in:
parent
1f4f560f27
commit
2f04c1adcf
@ -115,6 +115,9 @@ export default {
|
||||
onLoad() {
|
||||
this.getReportList();
|
||||
},
|
||||
onShow() {
|
||||
this.getReportList();
|
||||
},
|
||||
onReachBottom() {
|
||||
if (this.queryParams.pageNo >= this.totalPages) {
|
||||
uni.showToast({
|
||||
|
Loading…
Reference in New Issue
Block a user