diff --git a/project/fengdu/AppOutSource/AppArchives/components/List.vue b/project/fengdu/AppOutSource/AppArchives/components/List.vue index 072a9183..cdd53078 100644 --- a/project/fengdu/AppOutSource/AppArchives/components/List.vue +++ b/project/fengdu/AppOutSource/AppArchives/components/List.vue @@ -388,10 +388,6 @@ export default { diff --git a/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue b/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue index 3e6e0624..99743d46 100644 --- a/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue +++ b/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue @@ -97,7 +97,7 @@ export default { params: { shopId: this.params.shopId, openId:this.info.openId, - pages: 1000 + size: 1000 } }) if (code === 0 && records) { diff --git a/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue b/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue index af5a2e29..48b92529 100644 --- a/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue +++ b/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue @@ -109,7 +109,7 @@ export default { data: {}, form: { current:1, - pages:10, + size:10, operatorType:'', girdCode:'', shopName:'', @@ -118,7 +118,8 @@ export default { girdCode:'', fiveStartTime:new Date().getMonth().toString(), storeLevel:'5', - pages:1000 + current:1, + size:1000 }, cardList: [ { @@ -181,7 +182,8 @@ export default { async countByFiveStars(){ try { const {code, data:{records}} = await this.instance.post('/app/appShopStatistics/countByFiveStars',null,{ - pages:1000 + current:1, + size:1000 }) if (code === 0) { this.chartList = records?.reverse() || [] @@ -197,7 +199,7 @@ export default { async girdList() { try { const {code, data:{records}} = await this.instance.post('/app/appShopStatistics/girdList',null,{ - pages:1000 + size:1000 }) if (code === 0) { this.gridList = records?.map(item=>{