diff --git a/pages.json b/pages.json
index dd085c1..9ff64bd 100644
--- a/pages.json
+++ b/pages.json
@@ -1,6 +1,6 @@
{
"pages": [
- /* {
+ /* {
"path": "pages/transition/page1/page1",
"style": {
"navigationStyle": "custom"
@@ -44,7 +44,7 @@
},*/
/*-----------------------------------------------------------------------动画过渡界面-------------------------------------------*/
-/*
+ /*
{
"path": "pages/login/account_login/account_login",
@@ -78,45 +78,45 @@
"navigationStyle": "custom"
}
},
- /*----------------------------------------------性别填写界面--------------------------------------------------------------*/
-
- {
- "path": "pages/information/boy_weight_start/boy_weight_start",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/boy_weight_roll/boy_weight_roll",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/boy_weight_end/boy_weight_end",
- "style": {
- "navigationStyle": "custom"
- }
- },
+ /*----------------------------------------------性别填写界面--------------------------------------------------------------*/
+
+ {
+ "path": "pages/information/boy_weight_start/boy_weight_start",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/information/boy_weight_roll/boy_weight_roll",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/information/boy_weight_end/boy_weight_end",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
/*------------------------------------------------男生填写体重------------------------------------------------------------*/
- {
- "path": "pages/information/boy_height_start/boy_height_start",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/boy_height_roll/boy_height_roll",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/information/boy_height_end/boy_height_end",
- "style": {
- "navigationStyle": "custom"
- }
- },
+ {
+ "path": "pages/information/boy_height_start/boy_height_start",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/information/boy_height_roll/boy_height_roll",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/information/boy_height_end/boy_height_end",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
/*---------------------------------------男生填写身高--------------------------------------------------------------*/
{
"path": "pages/information/girl_height_start/girl_height_start",
@@ -163,7 +163,7 @@
}
}
/*---------------------------------------------------------------信息填写界面----------------------------------------------------*/
- /* {
+ /* {
"path": "pages/homepages/home/home",
"style": {
"navigationStyle": "custom"
@@ -177,15 +177,15 @@
}
},*/
/*-------------------------------------------------------------聊天界面--------------------------------------------------------*/
- /* {
+ /* {
"path": "pages/homepages/community/community",
"style": {
"navigationStyle": "custom"
}
},*/
/*-------------------------------------------------------------社区界面------------------------------------------------------*/
- /* {
- "path": "pages/homepages/user/user",
+ /* {
+ "path": "pages/homepages/user/user/user",
"style": {
"navigationStyle": "custom"
}
@@ -197,7 +197,43 @@
"navigationStyle": "custom"
}
}*/
- /*------------------------------------------------------------------进入主页的过渡界面--------------------------------------------*/
+ /*------------------------------------------------------------------进入主页的过渡界面--------------------------------------------*/,
+ {
+ "path": "pages/homepages/user/user_information/user_information",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/homepages/user/bmi_imformation/bmi_imformation",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/homepages/user/basic_information/basic_information",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/homepages/user/exercise_plans/exercise_plans",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/homepages/user/recipe_and_calorie/recipe_and_calorie",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+ }
+ /*---------------------------------------------------------主页跳转的几个界面-------------------------------------------------------*/
],
"uniIdRouter": {},
"tabBar": null
diff --git a/pages/homepages/user/basic_information/basic_information.vue b/pages/homepages/user/basic_information/basic_information.vue
new file mode 100644
index 0000000..342846f
--- /dev/null
+++ b/pages/homepages/user/basic_information/basic_information.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/homepages/user/bmi_imformation/bmi_imformation.vue b/pages/homepages/user/bmi_imformation/bmi_imformation.vue
new file mode 100644
index 0000000..342846f
--- /dev/null
+++ b/pages/homepages/user/bmi_imformation/bmi_imformation.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/homepages/user/exercise_plans/exercise_plans.vue b/pages/homepages/user/exercise_plans/exercise_plans.vue
new file mode 100644
index 0000000..46a28d0
--- /dev/null
+++ b/pages/homepages/user/exercise_plans/exercise_plans.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/homepages/user/recipe_and_calorie/recipe_and_calorie.vue b/pages/homepages/user/recipe_and_calorie/recipe_and_calorie.vue
new file mode 100644
index 0000000..342846f
--- /dev/null
+++ b/pages/homepages/user/recipe_and_calorie/recipe_and_calorie.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/homepages/user/user.vue b/pages/homepages/user/user/user.vue
similarity index 100%
rename from pages/homepages/user/user.vue
rename to pages/homepages/user/user/user.vue