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