From 3be4cabb9dcbd49628e2c116b392f3f980c9ca4d Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 26 Nov 2021 19:54:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 32 +------ pages/login/login.vue | 2 +- pages/my/my.vue | 10 +- pages/register/register.vue | 184 +++++++++--------------------------- 4 files changed, 52 insertions(+), 176 deletions(-) diff --git a/pages.json b/pages.json index 642b3ea..4ed83e0 100755 --- a/pages.json +++ b/pages.json @@ -37,30 +37,6 @@ "navigationBarTitleText": "相关门禁" } }, - // { - // "path": "pages/applicationKeyUser/applicationKeyUser", - // "style": { - // "navigationBarTitleText": "填写信息" - // } - // }, - // { - // "path": "pages/applicationKeyProgress/applicationKeyProgress", - // "style": { - // "navigationBarTitleText": "钥匙进度" - // } - // }, - // { - // "path": "pages/myApplicationKey/myApplicationKey", - // "style": { - // "navigationBarTitleText": "我的钥匙" - // } - // }, - { - "path": "pages/visitorApplicationKey/visitorApplicationKey", - "style": { - "navigationBarTitleText": "访客钥匙" - } - }, { "path": "pages/location/location", "style": { @@ -144,12 +120,6 @@ "navigationBarTitleText": "投诉建议" } }, - { - "path": "pages/viewApplicationKeyUser/viewApplicationKeyUser", - "style": { - "navigationBarTitleText": "我的钥匙" - } - }, { "path": "pages/complaint/complaint", "style": { @@ -225,7 +195,7 @@ }, { "path": "pages/register/register", "style": { - "navigationBarTitleText": "绑定业主" + "navigationBarTitleText": "注册" } }, { "path": "pages/payFeeDetail/payFeeDetail", diff --git a/pages/login/login.vue b/pages/login/login.vue index c9f7ec6..a230033 100755 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -28,7 +28,7 @@ - + {{phoneLoginName}} diff --git a/pages/my/my.vue b/pages/my/my.vue index 8fd5195..071faa6 100755 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -2,7 +2,6 @@ - @@ -21,13 +20,16 @@ - - - + + + + 我的小区 + + diff --git a/pages/register/register.vue b/pages/register/register.vue index 7a6f97d..809b2ae 100755 --- a/pages/register/register.vue +++ b/pages/register/register.vue @@ -1,29 +1,10 @@