diff --git a/pages.json b/pages.json index d9da0ca..bcaaf5f 100644 --- a/pages.json +++ b/pages.json @@ -76,6 +76,16 @@ "style" : { "navigationBarTitleText" : "线索上传" } + },{ + "path" : "pages/Line/user", + "style" : { + "navigationBarTitleText" : "我的线索" + } + },{ + "path" : "pages/Street/index", + "style" : { + "navigationBarTitleText" : "街道联系方式" + } } ], "globalStyle" : { diff --git a/pages/Index/components/HomePage/index.vue b/pages/Index/components/HomePage/index.vue index 35bcd04..fea507b 100644 --- a/pages/Index/components/HomePage/index.vue +++ b/pages/Index/components/HomePage/index.vue @@ -266,7 +266,7 @@ export default { title:'顾问认证' },{ image: imghost + '/static/image/index-five-3.png', - url: '/pages/Index/index', + url: '/pages/Line/index', title:'线索上传' },{ image: imghost + '/static/image/index-five-4.png', diff --git a/pages/Index/components/UserPage/index.vue b/pages/Index/components/UserPage/index.vue index 51d33b5..655092d 100644 --- a/pages/Index/components/UserPage/index.vue +++ b/pages/Index/components/UserPage/index.vue @@ -109,7 +109,7 @@ :rightIconStyle="{fontSize:'28rpx'}" :isLink="true" title="我的线索" - @click="navTo('/pages/Line/index')" + @click="navTo('/pages/Line/user')" >