From 91e320c81e7ed47937f552cfa3eca5415dbadff7 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 26 Apr 2022 09:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppInfotainment/newLIst.vue | 2 +- src/apps/AppMonitoringObject/Add.vue | 13 ++- src/apps/AppMonitoringObject/residentList.vue | 93 +++++++++++++++++++ 3 files changed, 106 insertions(+), 2 deletions(-) diff --git a/src/apps/AppInfotainment/newLIst.vue b/src/apps/AppInfotainment/newLIst.vue index 7ff3eec5..a5d8b0ac 100644 --- a/src/apps/AppInfotainment/newLIst.vue +++ b/src/apps/AppInfotainment/newLIst.vue @@ -48,7 +48,7 @@ name: 'newList', data () { return { - currIndex: '0', + currIndex: 0, title: '', isLoading: false, newsList: [], diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index 1c86dd68..a0b1f220 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -17,7 +17,7 @@
-
+
选择户主 @@ -355,6 +355,11 @@ export default { }, methods: { + toSelect() { + uni.navigateTo({ + url: './residentList' + }) + }, rules() { return { objectType: '请选择监测对象类型', @@ -371,6 +376,12 @@ export default { }) }, + getResidentList() { + uni.navigateTo({ + url: './residentList' + }) + }, + nextStep() { const rules = this.rules() diff --git a/src/apps/AppMonitoringObject/residentList.vue b/src/apps/AppMonitoringObject/residentList.vue index e69de29b..aef67dcd 100644 --- a/src/apps/AppMonitoringObject/residentList.vue +++ b/src/apps/AppMonitoringObject/residentList.vue @@ -0,0 +1,93 @@ + + + + + \ No newline at end of file