From de782759066d31e12cb36d6801f7340af4eba697 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Mon, 19 Feb 2024 20:28:04 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20style=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 1 + pages.json | 13 +++++- pages/project/project.vue | 17 +++++++- pages/project/projectList.vue | 76 +++++++++++++++++++++++++++++++++++ 4 files changed, 104 insertions(+), 3 deletions(-) create mode 100644 pages/project/projectList.vue diff --git a/main.js b/main.js index e49b2e0..e8b1a4a 100644 --- a/main.js +++ b/main.js @@ -11,6 +11,7 @@ import uView from '@/uni_modules/uview-ui' // Vue.component('mescroll-uni', MescrollUni) function navTo(url, needLogin) { + console.log(url) if(needLogin) { return } diff --git a/pages.json b/pages.json index c83cbc3..fa1bd59 100644 --- a/pages.json +++ b/pages.json @@ -166,14 +166,23 @@ "navigationBarTextStyle" : "white" } } - - ,{ "path" : "pages/user/policyContent", "style" : { "navigationBarTitleText" : "新政详情", "navigationBarBackgroundColor" : "#FFFFFF" } + }, + { + "path" : "pages/project/projectList", + "style": { + "navigationBarTitleText": "位置", + "navigationBarBackgroundColor": "#FFFFFF", + "enablePullDownRefresh": true, + "navigationBarShadow": { + "colorType": "none" + } + } } ], "subPackages": [{ diff --git a/pages/project/project.vue b/pages/project/project.vue index 8879466..192872c 100644 --- a/pages/project/project.vue +++ b/pages/project/project.vue @@ -5,7 +5,11 @@ - + + + 四川德阳市 + + @@ -402,6 +406,15 @@ export default { \ No newline at end of file