diff --git a/pages/town/index.vue b/pages/town/index.vue index 769a1a1..ffa5b6b 100644 --- a/pages/town/index.vue +++ b/pages/town/index.vue @@ -211,7 +211,9 @@ export default { }, getActive() { const params = { - ancientTownId: this.id + ancientTownId: this.id, + page: 1, + pageSize: 9999 } getAncientTownActive(params).then(res => { this.activeties = res.data.records || []