Fix:4317 【商城小程序】古镇—【活动】类目下方只显示了10条数据
This commit is contained in:
@@ -211,7 +211,9 @@ export default {
|
|||||||
},
|
},
|
||||||
getActive() {
|
getActive() {
|
||||||
const params = {
|
const params = {
|
||||||
ancientTownId: this.id
|
ancientTownId: this.id,
|
||||||
|
page: 1,
|
||||||
|
pageSize: 9999
|
||||||
}
|
}
|
||||||
getAncientTownActive(params).then(res => {
|
getAncientTownActive(params).then(res => {
|
||||||
this.activeties = res.data.records || []
|
this.activeties = res.data.records || []
|
||||||
|
|||||||
Reference in New Issue
Block a user