From bbb7973f34272db833c316871e5980849c21d4b5 Mon Sep 17 00:00:00 2001 From: Gary <3489015381@qq.com> Date: Mon, 28 Oct 2024 17:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=A1=AB=E5=86=99=E7=95=8C=E9=9D=A2=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 54 +++++++++ .../boy_height/boy_height.vue} | 4 +- .../boy_weight.vue} | 0 pages/information/girl_height/girl_height.vue | 17 +++ pages/information/gril_weight/gril_weight.vue | 17 +++ pages/information/sex/sex.vue | 17 +++ pages/login/account_login/account_login.vue | 1 + .../login/forget_password/forget_password.vue | 17 +++ pages/login/index/index.vue | 52 --------- pages/transition/page5/page5.vue | 105 +++++++++++++++++- pages/transition/page6/page6.vue | 105 +++++++++++++++++- pages/transition/page7/page7.vue | 42 +++++++ .../information/boy_height/pictures/img.png | Bin 0 -> 23575 bytes .../information/boy_weight/pictures/img.png | Bin 0 -> 23575 bytes .../information/girl_height/pictures/img.png | Bin 0 -> 23575 bytes .../information/gril_weight/pictures/img.png | Bin 0 -> 23575 bytes static/login/phone_login/pictures/img.png | Bin 0 -> 23575 bytes static/login/register/pictures/img.png | Bin 0 -> 23575 bytes .../page5/pictures/blue_background.png | Bin 0 -> 321949 bytes static/transition/page5/pictures/button.png | Bin 0 -> 35267 bytes static/transition/page5/pictures/human.png | Bin 0 -> 70721 bytes static/transition/page5/pictures/text.png | Bin 0 -> 50346 bytes .../transition/page6/pictures/background.png | Bin 0 -> 23612 bytes .../page6/pictures/blue_background.png | Bin 0 -> 554984 bytes static/transition/page6/pictures/button.png | Bin 0 -> 36228 bytes static/transition/page6/pictures/human.png | Bin 0 -> 85155 bytes static/transition/page6/pictures/text.png | Bin 0 -> 46530 bytes .../transition/page7/pictures/background.png | Bin 0 -> 198477 bytes static/transition/page7/pictures/button.png | Bin 0 -> 224197 bytes 29 files changed, 370 insertions(+), 61 deletions(-) rename pages/{login/phone_login/phone_login.vue => information/boy_height/boy_height.vue} (79%) rename pages/information/{information/information.vue => boy_weight/boy_weight.vue} (100%) create mode 100644 pages/information/girl_height/girl_height.vue create mode 100644 pages/information/gril_weight/gril_weight.vue create mode 100644 pages/information/sex/sex.vue create mode 100644 pages/login/forget_password/forget_password.vue delete mode 100644 pages/login/index/index.vue create mode 100644 pages/transition/page7/page7.vue create mode 100644 static/information/boy_height/pictures/img.png create mode 100644 static/information/boy_weight/pictures/img.png create mode 100644 static/information/girl_height/pictures/img.png create mode 100644 static/information/gril_weight/pictures/img.png create mode 100644 static/login/phone_login/pictures/img.png create mode 100644 static/login/register/pictures/img.png create mode 100644 static/transition/page5/pictures/blue_background.png create mode 100644 static/transition/page5/pictures/button.png create mode 100644 static/transition/page5/pictures/human.png create mode 100644 static/transition/page5/pictures/text.png create mode 100644 static/transition/page6/pictures/background.png create mode 100644 static/transition/page6/pictures/blue_background.png create mode 100644 static/transition/page6/pictures/button.png create mode 100644 static/transition/page6/pictures/human.png create mode 100644 static/transition/page6/pictures/text.png create mode 100644 static/transition/page7/pictures/background.png create mode 100644 static/transition/page7/pictures/button.png diff --git a/pages.json b/pages.json index dcbb738..8281b87 100644 --- a/pages.json +++ b/pages.json @@ -30,6 +30,18 @@ "navigationStyle": "custom" } }, + { + "path": "pages/transition/page6/page6", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/transition/page7/page7", + "style": { + "navigationStyle": "custom" + } + }, { "path": "pages/login/account_login/account_login", "style": { @@ -41,6 +53,48 @@ "style": { "navigationStyle": "custom" } + }, + { + "path": "pages/information/sex/sex", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/information/boy_height/boy_height", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/information/girl_height/girl_height", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/information/boy_weight/boy_weight", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/information/gril_weight/gril_weight", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/login/forget_password/forget_password", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } } ], "uniIdRouter": {}, diff --git a/pages/login/phone_login/phone_login.vue b/pages/information/boy_height/boy_height.vue similarity index 79% rename from pages/login/phone_login/phone_login.vue rename to pages/information/boy_height/boy_height.vue index 9c3af13..342846f 100644 --- a/pages/login/phone_login/phone_login.vue +++ b/pages/information/boy_height/boy_height.vue @@ -6,7 +6,9 @@ diff --git a/pages/information/information/information.vue b/pages/information/boy_weight/boy_weight.vue similarity index 100% rename from pages/information/information/information.vue rename to pages/information/boy_weight/boy_weight.vue diff --git a/pages/information/girl_height/girl_height.vue b/pages/information/girl_height/girl_height.vue new file mode 100644 index 0000000..342846f --- /dev/null +++ b/pages/information/girl_height/girl_height.vue @@ -0,0 +1,17 @@ + + + + + diff --git a/pages/information/gril_weight/gril_weight.vue b/pages/information/gril_weight/gril_weight.vue new file mode 100644 index 0000000..342846f --- /dev/null +++ b/pages/information/gril_weight/gril_weight.vue @@ -0,0 +1,17 @@ + + + + + diff --git a/pages/information/sex/sex.vue b/pages/information/sex/sex.vue new file mode 100644 index 0000000..342846f --- /dev/null +++ b/pages/information/sex/sex.vue @@ -0,0 +1,17 @@ + + + + + diff --git a/pages/login/account_login/account_login.vue b/pages/login/account_login/account_login.vue index 73cb994..e8be3d8 100644 --- a/pages/login/account_login/account_login.vue +++ b/pages/login/account_login/account_login.vue @@ -6,6 +6,7 @@ +