diff --git a/app.json b/app.json index 00345a9..e625fd0 100644 --- a/app.json +++ b/app.json @@ -8,6 +8,7 @@ "pages/mine/mine", "pages/webView/webView", "pages/statistics/statistics", + "pages/resiAndHouse/resiAndHouse", "pages/setup/setup", "subpages/house/pages/housePortrait/housePortrait", "subpages/businessRecord/businessRecord" @@ -128,10 +129,10 @@ "selectedIconPath": "images/home/messageSelected.png" }, { - "pagePath": "pages/work/work", - "text": "工作", - "iconPath": "images/home/work.png", - "selectedIconPath": "images/home/workSelected.png" + "pagePath": "pages/resiAndHouse/resiAndHouse", + "text": "人房", + "iconPath": "images/home/resiAndHouse.png", + "selectedIconPath": "images/home/resiAndHouseSelected.png" }, { "pagePath": "pages/statistics/statistics", diff --git a/components/custom-tab-bar/index.js b/components/custom-tab-bar/index.js index 075ea51..0f6e042 100644 --- a/components/custom-tab-bar/index.js +++ b/components/custom-tab-bar/index.js @@ -17,10 +17,10 @@ Component({ show: true }, { - "pagePath": "/pages/work/work", - "text": "工作", - "iconPath": "/images/home/work.png", - "selectedIconPath": "/images/home/workSelected.png", + "pagePath": "/pages/resiAndHouse/resiAndHouse", + "text": "人房", + "iconPath": "/images/home/resiAndHouse.png", + "selectedIconPath": "/images/home/resiAndHouseSelected.png", show: true }, diff --git a/subpages/OCRCard/pages/index/index.js b/subpages/OCRCard/pages/index/index.js index 909af73..5a420a5 100644 --- a/subpages/OCRCard/pages/index/index.js +++ b/subpages/OCRCard/pages/index/index.js @@ -90,6 +90,7 @@ Page({ keyWord:e.detail.id.text, tableData:[] }) + // 跳转至居民详情页 await this.getTable('card') if(this.data.tableData.length != 0){ wx.navigateTo({