diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index 79ee43e3..c4d3b5da 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -165,6 +165,7 @@ export default { document.title = '婚丧嫁娶' }, mounted() { + this.getList() this.Echart = echarts.init(document.getElementById('yearStatistic', 'modeType')) }, methods: { @@ -278,6 +279,7 @@ export default { this.$http.post(`/app/appmarriagefuneralinfo/delete?ids=${this.deletId}`).then((res) => { if (res.code == 0) { this.$u.toast('删除成功!') + this.$forceUpdate() this.getList() } }) @@ -417,10 +419,10 @@ uni-page-body { .myReport { padding-bottom: 105px; - // background: #f3f6f9; + // height: 100%; ::v-deep .AiCard { - background: #f3f6f9; + background: #f5f5f5; padding: 0 24px 24px 24px; .start { @@ -507,7 +509,7 @@ uni-page-body { } .u-load-more-wrap { - background: #f3f6f9 !important; + background: #f5f5f5 !important; margin: 0 !important; padding: 30px 0; }