diff --git a/app.json b/app.json index 666c036..d029af9 100644 --- a/app.json +++ b/app.json @@ -92,11 +92,6 @@ "pagePath": "pages/serve/serve", "iconPath": "images/icon/home.png" }, - { - "text": "生活圈", - "pagePath": "pages/life/life", - "iconPath": "images/icon/home.png" - }, { "text": "我的", "pagePath": "pages/mine/mine", diff --git a/custom-tab-bar/index.js b/custom-tab-bar/index.js index daa6af3..161bc3a 100644 --- a/custom-tab-bar/index.js +++ b/custom-tab-bar/index.js @@ -29,12 +29,12 @@ Component({ bulge:true, text: "服务", }, - { - pagePath: "/pages/life/life", - iconPath: "/images/icon/life.png", - selectedIconPath: "/images/icon/life-a.png", - text: "生活圈" - }, + // { + // pagePath: "/pages/life/life", + // iconPath: "/images/icon/life.png", + // selectedIconPath: "/images/icon/life-a.png", + // text: "生活圈" + // }, { pagePath: "/pages/mine/mine", iconPath: "/images/icon/mine.png", diff --git a/pages/index/index.js b/pages/index/index.js index e98c411..968484d 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -17,10 +17,11 @@ Page({ autoplay: true, interval: 3000, duration: 1000, - navList: [{ - name: "政策资讯", - url:"/subpages/index/policy/index/index" - }, + navList: [ + // { + // name: "政策资讯", + // url:"/subpages/index/policy/index/index" + // }, { name: "入住办理", url: '/subpages/OCRCard/pages/index/index' @@ -42,9 +43,9 @@ Page({ name: "报事", url: "/subpages/bsPage/bsPage/bsPage", }, - { - name: "生活圈", - }, + // { + // name: "生活圈", + // }, { name: "更多", url:'/pages/serve/serve' diff --git a/pages/index/index.wxml b/pages/index/index.wxml index bc7dcb8..1dd1b70 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -26,7 +26,7 @@ - + \ No newline at end of file diff --git a/pages/mine/mine.js b/pages/mine/mine.js index 9e3b9f8..d45fc3a 100644 --- a/pages/mine/mine.js +++ b/pages/mine/mine.js @@ -9,18 +9,18 @@ Page({ */ data: { serviceNavList:[ - { - label:'物资情况', - url:'' - }, + // { + // label:'物资情况', + // url:'' + // }, { label:'入住记录', url:'/subpages/mine/checkInRecord/checkInRecord' }, - { - label:'预约看房', - url:'' - }, + // { + // label:'预约看房', + // url:'' + // }, { label:'我的报修', url:'/subpages/mine/repairList/repairList' @@ -29,10 +29,10 @@ Page({ label:'我的报事', url:'/subpages/mine/eventList/eventList' }, - { - label:'共享空间', - url:'' - } + // { + // label:'共享空间', + // url:'' + // } ], registerFlag:false }, diff --git a/pages/mine/mine.wxml b/pages/mine/mine.wxml index 7ef92c3..8a6112a 100644 --- a/pages/mine/mine.wxml +++ b/pages/mine/mine.wxml @@ -23,7 +23,7 @@ - + + 服务信息 diff --git a/subpages/mine/eventList/eventList.wxml b/subpages/mine/eventList/eventList.wxml index 853e346..569b18a 100644 --- a/subpages/mine/eventList/eventList.wxml +++ b/subpages/mine/eventList/eventList.wxml @@ -1,5 +1,5 @@ - + {{item.position}} @@ -43,7 +43,7 @@ \ No newline at end of file diff --git a/subpages/mine/repairList/repairList.wxml b/subpages/mine/repairList/repairList.wxml index 2d56ddd..0864462 100644 --- a/subpages/mine/repairList/repairList.wxml +++ b/subpages/mine/repairList/repairList.wxml @@ -1,5 +1,5 @@ - + {{item.position}} @@ -47,7 +47,7 @@ \ No newline at end of file