diff --git a/pages.json b/pages.json index 5839ae1..a767e5a 100644 --- a/pages.json +++ b/pages.json @@ -3,7 +3,7 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "百航E家" + "navigationBarTitleText": "HC掌上物业" } } ,{ @@ -528,10 +528,19 @@ } } + ,{ + "path" : "pages/excuteOneQrCodeInspection/excuteOneQrCodeInspection", + "style" : + { + "navigationBarTitleText": "二维码巡检", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "white", - "navigationBarTitleText": "百航E家", + "navigationBarTitleText": "HC掌上物业", "navigationBarBackgroundColor": "#00AA00", "backgroundColor": "#00AA00", "onReachBottonDistance":50 diff --git a/pages/excuteInspection/excuteInspection.vue b/pages/excuteInspection/excuteInspection.vue index d45d466..ba44e5f 100644 --- a/pages/excuteInspection/excuteInspection.vue +++ b/pages/excuteInspection/excuteInspection.vue @@ -95,7 +95,6 @@ }, success: function(res) { // TODO 判断 - let _inspectionTaskDetails = res.data.inspectionTaskDetails; _inspectionTaskDetails.forEach(function(_item) { if (_item.state == '20200407') { diff --git a/pages/excuteOneQrCodeInspection/excuteOneQrCodeInspection.vue b/pages/excuteOneQrCodeInspection/excuteOneQrCodeInspection.vue new file mode 100644 index 0000000..8d47eea --- /dev/null +++ b/pages/excuteOneQrCodeInspection/excuteOneQrCodeInspection.vue @@ -0,0 +1,92 @@ + + + + +