diff --git a/pages/enterprise.vue b/pages/enterprise.vue index a22ba38..afdc7c3 100644 --- a/pages/enterprise.vue +++ b/pages/enterprise.vue @@ -54,7 +54,7 @@ @refresherpulling="refresherpulling" @scrolltolower="loadMore" class="list" - :style="{ maxHeight: `${listHeight - sreachHeight}px` }" + :style="{ height: `${listHeight - sreachHeight}px` }" > { - this.listHeight = data.height - 35 + this.listHeight = data.height - 35 - 25 }) .exec() }, diff --git a/pages/index.vue b/pages/index.vue index 0b444ed..91a832b 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -156,7 +156,7 @@ - + - + + 政策法规 - + { - this.policyTotal = res.data.total + this.policyTotal = res.data.total }) }, openSubMessage() { diff --git a/pages/task.vue b/pages/task.vue index aeedd4d..8e65144 100644 --- a/pages/task.vue +++ b/pages/task.vue @@ -48,7 +48,7 @@ @scrolltolower="loadMore" class="list" :enable-flex="true" - :style="{ maxHeight: `${listHeight}px` }" + :style="{ height: `${listHeight}px` }" > { - this.listHeight = data.height - 55 + this.listHeight = data.height - 55 - 25 }) .exec() }, diff --git a/sub/chat/index.vue b/sub/chat/index.vue index c18f51e..bfc353d 100644 --- a/sub/chat/index.vue +++ b/sub/chat/index.vue @@ -1,5 +1,6 @@