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 @@
+
+
+
+
+
+
+
+
+