From 53ae51f7111fe62f0011d304268cbfe1261b36f1 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 15 Nov 2023 08:37:30 +0800 Subject: [PATCH] fix:立行立改添加修改责任单位 --- pages/actionChange/agencyPage/index.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/pages/actionChange/agencyPage/index.vue b/pages/actionChange/agencyPage/index.vue index e5b728e..9ce724b 100644 --- a/pages/actionChange/agencyPage/index.vue +++ b/pages/actionChange/agencyPage/index.vue @@ -203,17 +203,6 @@ return data } }, - onReachBottom() { - //������������������������������������������ - if (this.isLoading) { - console.log('1122111') - this.status = 'loading' - //������������������,���������++ - this.page.currentPage = ++this.page.currentPage - //������������,������������tab������������ - this.getWorkOrder() - } - }, mounted() {}, filters: { stateFormatter(val) { @@ -223,14 +212,21 @@ }, onLoad: () => {}, methods: { + onBottom() { + //������������������������������������������ + console.log('1122111') + this.status = 'loading' + //������������������,���������++ + this.page.currentPage = ++this.page.currentPage + //������������,������������tab������������ + this.getWorkOrder() + }, getLoadmore() { - if (this.isLoading) { - this.status = 'loading' - //������������������,���������++ - this.page.currentPage = ++this.page.currentPage - //������������,������������tab������������ - this.getWorkOrder() - } + this.status = 'loading' + //������������������,���������++ + this.page.currentPage = ++this.page.currentPage + //������������,������������tab������������ + this.getWorkOrder() }, async onChooseAvatar(e) { const { @@ -372,6 +368,10 @@ } </script> <style scoped lang="scss"> + page { + height: 101vh; + } + /deep/.uni-page-head { display: none; } -- Gitblit v1.8.0