From d3aa0aab83b0da85d29bb3ad494d7522f9f98af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Wed, 20 Sep 2023 11:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=87=E5=A4=B4=E7=9A=84=E8=83=8C=E6=99=AF=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E5=92=8C=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 ++++++++-- pages/myinformation/myinformation.vue | 9 ++++++++- pagesB/managefamily/managefamily.vue | 19 +++++++++++++++++++ 3 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 pagesB/managefamily/managefamily.vue diff --git a/pages.json b/pages.json index 18a0852..5a0d955 100644 --- a/pages.json +++ b/pages.json @@ -31,12 +31,18 @@ "pages": [{ "path": "index/index", "style": {} + }, { + "path": "managefamily/managefamily", + "style": { + "navigationBarTitleText": "管理家庭成员", + "enablePullDownRefresh": false + } }] }], "globalStyle": { - "navigationBarTextStyle": "black", + "navigationBarTextStyle": "white", "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#F8F8F8", + "navigationBarBackgroundColor": "#26A888", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index b0e217d..c0c3fca 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -20,7 +20,7 @@ 切换家庭成员 - + 管理家庭成员 @@ -152,6 +152,13 @@ return { }; + }, + methods: { + gomanagefamily() { + uni.navigateTo({ + url: '/pagesB/managefamily/managefamily' + }) + } } } diff --git a/pagesB/managefamily/managefamily.vue b/pagesB/managefamily/managefamily.vue new file mode 100644 index 0000000..8c3b35f --- /dev/null +++ b/pagesB/managefamily/managefamily.vue @@ -0,0 +1,19 @@ + + + + +