From 2a55f76d6aa5951c1b4f47f3eff5294f704ad514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Fri, 30 Aug 2024 10:48:30 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=80=A7=E6=96=87=E6=A1=88=202.=20=E4=BF=AE=E5=A4=8D=E5=BC=80?= =?UTF-8?q?=E5=85=B3=E9=97=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 10 +++++++++- pages/mine/mine.vue | 10 +++++++++- pages/verifyEmail/verifyEmail.vue | 7 +++++++ stores/bluetooth.js | 22 ++++------------------ 4 files changed, 29 insertions(+), 20 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index f086431..85217a7 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -50,6 +50,7 @@ class="button-add" @click="toSearchDevice"> + 因智能门锁与账号绑定,登录为手机号登录 @@ -263,7 +264,6 @@ page { } .button-login { - margin-top: 40vh; border-radius: 46rpx; width: 650rpx; height: 120rpx; @@ -388,4 +388,12 @@ page { margin-top: 32rpx; font-weight: bold; } + +.tips { + margin-top: 40vh; + padding: 32rpx 0; + text-align: center; + font-size: 28rpx; + color: #999999; +} diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index a1fbc73..0a09a9d 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -37,6 +37,7 @@ 退出 + 因智能门锁与账号绑定,登录为手机号登录 @@ -232,7 +233,6 @@ page { } .button-login { - margin-top: 40vh; border-radius: 46rpx; width: 650rpx; height: 120rpx; @@ -244,4 +244,12 @@ page { font-size: 48rpx; font-weight: bold; } + +.tips { + margin-top: 35vh; + padding: 32rpx 0; + text-align: center; + font-size: 28rpx; + color: #999999; +} diff --git a/pages/verifyEmail/verifyEmail.vue b/pages/verifyEmail/verifyEmail.vue index 4a86fb4..a0740ef 100644 --- a/pages/verifyEmail/verifyEmail.vue +++ b/pages/verifyEmail/verifyEmail.vue @@ -1,5 +1,6 @@