diff --git a/pages.json b/pages.json
index 91246c9..dc57acb 100644
--- a/pages.json
+++ b/pages.json
@@ -1,6 +1,6 @@
{
"pages": [
- /*{
+ {
"path": "pages/transition/page1/page1",
"style": {
"navigationStyle": "custom"
@@ -53,7 +53,7 @@
"style": {
"navigationStyle": "custom"
}
- },*/
+ },
{
"path": "pages/information/sex/sex",
"style": {
diff --git a/pages/homepages/main/main.vue b/pages/homepages/main/main.vue
index 342846f..bffab1b 100644
--- a/pages/homepages/main/main.vue
+++ b/pages/homepages/main/main.vue
@@ -1,6 +1,6 @@
-
+ 这是主页面
diff --git a/pages/login/account_login/account_login.vue b/pages/login/account_login/account_login.vue
index 11f0c50..3ddf825 100644
--- a/pages/login/account_login/account_login.vue
+++ b/pages/login/account_login/account_login.vue
@@ -68,8 +68,10 @@ const captchaButtonText = computed(() => isSendCaptcha.value ? (codeTime.value+"
const isPassagePage = ref(true); //是否是密码登录页的标志;
const passageWordsBottomBorder = computed(() => isPassagePage.value? "0.1rem solid #094ABC":"none"); //密码登录导航的下边框
const captchaWordsBottomBorder = computed(() => isPassagePage.value? "none":"0.1rem solid #094ABC"); //验证码登录导航的下边框
+
const isOpened = ref(true); //密码是否明文显示的标志
const eyesStateIcon = ref("../../../static/login/account_login/login_part/closedeyes.png");
+
//进入验证码登录页面
function toCaptchaEvent(){
isPassagePage.value = false;
@@ -98,7 +100,7 @@ function sendCaptchaEvent(){
function login(){
//TODO:登录操作向后端发送验证码的逻辑
uni.navigateTo({
- url: '@pages/information/sex/sex.vue'//登录成功后跳转的页面
+ url: '/pages/homepages/main/main'//登录成功后跳转的页面
})
}
//进入密码登录页面
diff --git a/pages/login/register/register.vue b/pages/login/register/register.vue
index 5188f54..723c2de 100644
--- a/pages/login/register/register.vue
+++ b/pages/login/register/register.vue
@@ -1,17 +1,260 @@
-
- 这是注册页面
+
+
+
+
+
+
+ Hi,欢迎加入
+
+ Fit Journey
+
+
-
diff --git a/static/login/register/pictures/background.png b/static/login/register/pictures/background.png
new file mode 100644
index 0000000..19903d8
Binary files /dev/null and b/static/login/register/pictures/background.png differ
diff --git a/static/login/register/pictures/captcha_icon.png b/static/login/register/pictures/captcha_icon.png
new file mode 100644
index 0000000..d0c16f3
Binary files /dev/null and b/static/login/register/pictures/captcha_icon.png differ
diff --git a/static/login/register/pictures/closedeyes.png b/static/login/register/pictures/closedeyes.png
new file mode 100644
index 0000000..73ca339
Binary files /dev/null and b/static/login/register/pictures/closedeyes.png differ
diff --git a/static/login/register/pictures/lock_icon.png b/static/login/register/pictures/lock_icon.png
new file mode 100644
index 0000000..5999bc3
Binary files /dev/null and b/static/login/register/pictures/lock_icon.png differ
diff --git a/static/login/register/pictures/openedeyes.png b/static/login/register/pictures/openedeyes.png
new file mode 100644
index 0000000..6582f62
Binary files /dev/null and b/static/login/register/pictures/openedeyes.png differ
diff --git a/static/login/register/pictures/phone_icon.png b/static/login/register/pictures/phone_icon.png
new file mode 100644
index 0000000..8a6a7ce
Binary files /dev/null and b/static/login/register/pictures/phone_icon.png differ
diff --git a/static/login/register/pictures/return_icon.png b/static/login/register/pictures/return_icon.png
new file mode 100644
index 0000000..c3c6044
Binary files /dev/null and b/static/login/register/pictures/return_icon.png differ
diff --git a/unpackage/dist/cache/.vite/deps/_metadata.json b/unpackage/dist/cache/.vite/deps/_metadata.json
index 27774d0..ff6b6ca 100644
--- a/unpackage/dist/cache/.vite/deps/_metadata.json
+++ b/unpackage/dist/cache/.vite/deps/_metadata.json
@@ -1,8 +1,8 @@
{
- "hash": "3dcffc29",
- "configHash": "cc60d382",
+ "hash": "239ea83a",
+ "configHash": "3f4641d2",
"lockfileHash": "e3b0c442",
- "browserHash": "e601f541",
+ "browserHash": "619b4131",
"optimized": {},
"chunks": {}
}
\ No newline at end of file