From 5c573641e09b05268b02bcdeee1802d67a6edd7f Mon Sep 17 00:00:00 2001 From: xuli3099 Date: Thu, 28 Aug 2025 14:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/CRM/marketInformation/infomationView.vue | 3 ++- .../CRM/marketInformation/marketInformation.vue | 7 +++---- .../marketInformation/marketOpportunitiesDetail.vue | 11 ++++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/pages/business/CRM/marketInformation/infomationView.vue b/src/pages/business/CRM/marketInformation/infomationView.vue index 7df89d7..775f7d7 100644 --- a/src/pages/business/CRM/marketInformation/infomationView.vue +++ b/src/pages/business/CRM/marketInformation/infomationView.vue @@ -243,7 +243,8 @@ const inputval = ref(''); // 搜索内容 }, noMoreSize: 5, empty: { - tip: '~ 空空如也 ~' + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" }, textLoading: '加载中...', textNoMore: '已经到底了' diff --git a/src/pages/business/CRM/marketInformation/marketInformation.vue b/src/pages/business/CRM/marketInformation/marketInformation.vue index d693cf1..0913465 100644 --- a/src/pages/business/CRM/marketInformation/marketInformation.vue +++ b/src/pages/business/CRM/marketInformation/marketInformation.vue @@ -236,14 +236,15 @@ }, noMoreSize: 5, empty: { - tip: '~ 空空如也 ~' + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" }, textLoading: '加载中...', textNoMore: '已经到底了' }); const downOption = ref({ - auto: true, + auto: false, textInOffset: '下拉刷新', textOutOffset: '释放更新', textLoading: '刷新中...' @@ -303,7 +304,6 @@ }; const res = await CrmMarketInformationList(param); - return { list: res.rows, total: res.total @@ -432,7 +432,6 @@ top: 100rpx; height: calc(100vh - 48px); /* #endif */ - } /*.market-con{ diff --git a/src/pages/business/CRM/marketInformation/marketOpportunitiesDetail.vue b/src/pages/business/CRM/marketInformation/marketOpportunitiesDetail.vue index a2d22d7..4ca4e2e 100644 --- a/src/pages/business/CRM/marketInformation/marketOpportunitiesDetail.vue +++ b/src/pages/business/CRM/marketInformation/marketOpportunitiesDetail.vue @@ -337,11 +337,12 @@ onMounted(() => { .form-con { /* #ifdef APP-PLUS */ - height: calc(120vh - 100px) - /* #endif */ - /* #ifndef APP-PLUS */ - height:calc(120vh - 80px) - /* #endif */ + height: calc(100vh - 95px) !important; + /* #endif */ + /* #ifndef APP-PLUS */ + height:calc(100vh - 68px) !important; + /* #endif */ + overflow-y: auto; } :deep(.uni-date-x) {