diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue index 5d2239ee..ee30385b 100644 --- a/src/apps/AppEpidemicSituation/Health.vue +++ b/src/apps/AppEpidemicSituation/Health.vue @@ -129,10 +129,15 @@ export default { .then((res) => { if (res.code == 0) { this.data = this.current > 1 ? [...this.data, ...res.data.records] : res.data.records - } else { + this.$forceUpdate() } }) - .catch(() => {}) + .catch(() => { + this.$forceUpdate() + }) + .finally(() => { + this.$forceUpdate() + }) }, getUserList() { diff --git a/src/apps/AppGridManagement/AddFamily.vue b/src/apps/AppGridManagement/AddFamily.vue index 15b57a77..1b859db2 100644 --- a/src/apps/AppGridManagement/AddFamily.vue +++ b/src/apps/AppGridManagement/AddFamily.vue @@ -151,7 +151,6 @@ export default { padding-left: 0px; li { list-style-type: none; - .user { display: flex; justify-content: flex-start; @@ -204,7 +203,6 @@ export default { } } } - } } } @@ -225,7 +223,7 @@ export default { line-height: 80px; text-align: center; background-color: #1365DD; - color: #FFFFFF; + color: #FFFFFF; } } } diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index c4d3b5da..bb16b58a 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -139,7 +139,7 @@ export default { } }, computed: { - ...mapState(['user', 'global']), + ...mapState(['user']), loadmore() { return this.pages <= this.current ? 'loading ' : 'nomore' @@ -419,7 +419,6 @@ uni-page-body { .myReport { padding-bottom: 105px; - // height: 100%; ::v-deep .AiCard { background: #f5f5f5;