Fix:4317 【商城小程序】古镇—【活动】类目下方只显示了10条数据

This commit is contained in:
linxi
2025-11-04 13:35:54 +08:00
parent 913899ea8b
commit 877b8d873c
+3 -1
View File
@@ -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 || []