From 2c919d0e1337e3339bbdd031248ad1cbcd1baf55 Mon Sep 17 00:00:00 2001 From: xhhing <1370112271@qq.com> Date: Fri, 1 Nov 2024 00:05:12 +0800 Subject: [PATCH] add:complete forget\change passgae pages; update weight\height roll pages --- pages.json | 14 +- .../boy_height_roll/boy_height_roll.vue | 26 ++- .../boy_weight_roll/boy_weight_roll.vue | 36 ++-- .../boy_weight_start/boy_weight_start.vue | 4 +- pages/login/account_login/account_login.vue | 187 +++++++++++------- .../login/change_password/change_password.vue | 157 +++++++++++++++ .../login/forget_password/forget_password.vue | 174 +++++++++++++++- pages/login/register/register.vue | 8 +- .../change_password/pictures/background.png | Bin 0 -> 4752733 bytes .../change_password/pictures/closedeyes.png | Bin 0 -> 2180 bytes .../change_password/pictures/lock_icon.png | Bin 0 -> 1351 bytes .../change_password/pictures/openedeyes.png | Bin 0 -> 2300 bytes .../change_password/pictures/return_icon.png | Bin 0 -> 1108 bytes .../forget_password/pictures/background.png | Bin 0 -> 4752733 bytes .../forget_password/pictures/captcha_icon.png | Bin 0 -> 1767 bytes .../forget_password/pictures/phone_icon.png | Bin 0 -> 725 bytes .../forget_password/pictures/return_icon.png | Bin 0 -> 1108 bytes .../dist/cache/.vite/deps/_metadata.json | 6 +- 18 files changed, 497 insertions(+), 115 deletions(-) create mode 100644 pages/login/change_password/change_password.vue create mode 100644 static/login/change_password/pictures/background.png create mode 100644 static/login/change_password/pictures/closedeyes.png create mode 100644 static/login/change_password/pictures/lock_icon.png create mode 100644 static/login/change_password/pictures/openedeyes.png create mode 100644 static/login/change_password/pictures/return_icon.png create mode 100644 static/login/forget_password/pictures/background.png create mode 100644 static/login/forget_password/pictures/captcha_icon.png create mode 100644 static/login/forget_password/pictures/phone_icon.png create mode 100644 static/login/forget_password/pictures/return_icon.png diff --git a/pages.json b/pages.json index 1eabbcb..2035f2e 100644 --- a/pages.json +++ b/pages.json @@ -1,6 +1,6 @@ { "pages": [ - /* { + { "path": "pages/transition/page1/page1", "style": { "navigationStyle": "custom" @@ -41,10 +41,10 @@ "style": { "navigationStyle": "custom" } - },*/ + }, /*-----------------------------------------------------------------------动画过渡界面-------------------------------------------*/ - /* + { "path": "pages/login/account_login/account_login", @@ -63,7 +63,13 @@ "style": { "navigationStyle": "custom" } - },*/ + }, + { + "path": "pages/login/change_password/change_password", + "style": { + "navigationStyle": "custom" + } + }, /*-----------------------------------------------------------------------登录注册界面-------------------------------------------*/ { diff --git a/pages/information/boy_height_roll/boy_height_roll.vue b/pages/information/boy_height_roll/boy_height_roll.vue index ffb0085..07459b7 100644 --- a/pages/information/boy_height_roll/boy_height_roll.vue +++ b/pages/information/boy_height_roll/boy_height_roll.vue @@ -1,6 +1,12 @@