From f62eeee2207bfeb25f3b23877b5f15e1836e3adb Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 25 Feb 2022 15:15:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E6=90=9C=E7=B4=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegralAudit/AppIntegralAudit.vue | 49 +++++++++---------- .../AppVillagersCircle/AppVillagersCircle.vue | 4 -- src/apps/AppVillagersCircle/commentList.vue | 44 ++++++++--------- src/apps/AppVillagersCircle/infoList.vue | 43 ++++++++-------- 4 files changed, 65 insertions(+), 75 deletions(-) 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 {