From 05c65b97266bac0585d75d08d2baa6324ce313b9 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Tue, 14 Jun 2022 10:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E5=B7=A1=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageB/pages/dailyInfo/dailyInfo.vue | 10 + .../pages/dailyInspection/dailyInspection.vue | 283 +++++++++++++- packageB/pages/dailyList/dailyList.vue | 350 ++++++++++++++++++ pages.json | 15 + pages/index/index.vue | 7 +- pages/mine/mine.vue | 4 +- 6 files changed, 646 insertions(+), 23 deletions(-) create mode 100644 packageB/pages/dailyInfo/dailyInfo.vue create mode 100644 packageB/pages/dailyList/dailyList.vue diff --git a/packageB/pages/dailyInfo/dailyInfo.vue b/packageB/pages/dailyInfo/dailyInfo.vue new file mode 100644 index 0000000..f56348f --- /dev/null +++ b/packageB/pages/dailyInfo/dailyInfo.vue @@ -0,0 +1,10 @@ + + + + + diff --git a/packageB/pages/dailyInspection/dailyInspection.vue b/packageB/pages/dailyInspection/dailyInspection.vue index 8183fd0..e199aa9 100644 --- a/packageB/pages/dailyInspection/dailyInspection.vue +++ b/packageB/pages/dailyInspection/dailyInspection.vue @@ -1,22 +1,267 @@ - - - - - diff --git a/packageB/pages/dailyList/dailyList.vue b/packageB/pages/dailyList/dailyList.vue new file mode 100644 index 0000000..eb20f3b --- /dev/null +++ b/packageB/pages/dailyList/dailyList.vue @@ -0,0 +1,350 @@ + + + + + + + diff --git a/pages.json b/pages.json index c568d23..7d74462 100644 --- a/pages.json +++ b/pages.json @@ -65,6 +65,21 @@ "enablePullDownRefresh": false } + },{ + "path": "dailyList/dailyList", + "style": { + "navigationBarTitleText": "日常监管巡查", + "enablePullDownRefresh": true, + "navigationStyle": "custom", + "disableScroll": true + } + },{ + "path": "dailyInfo/dailyInfo", + "style": { + "navigationBarTitleText": "日常监管巡查", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } }] }], "globalStyle": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 8706ab1..6c12fe9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -25,9 +25,9 @@ - + - 日常监督巡查 + 日常监管巡查 @@ -76,6 +76,9 @@ let url = "/packageA/pages/generalPatrol/generalPatrol"; if (type == 2) { url = "/pages/mine/mine" + } + if (type == 3) { + url = "/packageB/pages/dailyInspection/dailyInspection" } uni.navigateTo({ url: url diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index c79238d..6d8863d 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -25,7 +25,7 @@ - + 我的日常监督巡查 @@ -69,7 +69,7 @@ toview(type) { let url = "/packageA/pages/generalList/generalList"; if (type == 2) { - url = "/pages/mine/mine" + url = "/packageB/pages/dailyList/dailyList" } uni.navigateTo({ url: url