diff --git a/collect_information/src/app.config.ts b/collect_information/src/app.config.ts index 52ab2a9..32cd338 100644 --- a/collect_information/src/app.config.ts +++ b/collect_information/src/app.config.ts @@ -12,7 +12,6 @@ export default defineAppConfig({ navigationBarBackgroundColor: '#4e87ff', navigationBarTitleText: '', navigationBarTextStyle:'white', - backgroundColor: "#008080" }, subpackages: [ { diff --git a/collect_information/src/subPages/pages/policeDetails/index.vue b/collect_information/src/subPages/pages/policeDetails/index.vue index c01f8af..fd91676 100644 --- a/collect_information/src/subPages/pages/policeDetails/index.vue +++ b/collect_information/src/subPages/pages/policeDetails/index.vue @@ -59,7 +59,6 @@ - @@ -120,8 +119,6 @@ const lower = (e) => { current.value = current.value + 1 projectDetailsTable() } - - } // 自定义下拉刷新被触发 const onRefresherRefresh = (e) => { @@ -133,7 +130,4 @@ const onRefresherRefresh = (e) => { projectDetailsTable() } -