diff --git a/src/apps/AppIntegralAudit/AppIntegralAudit.vue b/src/apps/AppIntegralAudit/AppIntegralAudit.vue index 65e18dbb..b16883d2 100644 --- a/src/apps/AppIntegralAudit/AppIntegralAudit.vue +++ b/src/apps/AppIntegralAudit/AppIntegralAudit.vue @@ -1,36 +1,33 @@ @@ -49,6 +46,7 @@ export default { integralList: [], type: '', applyIntegralType: '', // 积分类型 + flag: false, } }, created() { @@ -83,6 +81,7 @@ export default { if(res?.data){ this.integralList = this.current > 1 ? [...this.integralList, ...res.data.records] : res.data.records this.$forceUpdate() + this.flag = true } }) }, @@ -160,7 +159,7 @@ export default { .card-list { width: 100%; - padding: 0 32px; + padding: 200px 32px 0 32px; box-sizing: border-box; background: #f5f5f5; diff --git a/src/apps/AppVillagersCircle/AppVillagersCircle.vue b/src/apps/AppVillagersCircle/AppVillagersCircle.vue index 8b257d77..3dd927b5 100644 --- a/src/apps/AppVillagersCircle/AppVillagersCircle.vue +++ b/src/apps/AppVillagersCircle/AppVillagersCircle.vue @@ -39,10 +39,6 @@ export default {