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) {