From f2f27b256b85f34f9dde39bf013aeba1deb86b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Mon, 3 Mar 2025 09:01:28 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/lock.js | 9 + components/SwitchLoading/SwitchLoading.vue | 38 +- pages/LockDate/LockDate.vue | 27 +- pages/lockDetail/lockDetail.vue | 672 +++++++++++---------- pages/setting/setting.vue | 37 +- pages/temporaryDate/temporaryDate.vue | 5 +- static/images/icon_remind.png | Bin 0 -> 1752 bytes stores/bluetooth.js | 4 +- 8 files changed, 454 insertions(+), 338 deletions(-) create mode 100644 static/images/icon_remind.png diff --git a/api/lock.js b/api/lock.js index 9a15f3e..5fd30c7 100644 --- a/api/lock.js +++ b/api/lock.js @@ -46,3 +46,12 @@ export function lockUserListRequest(data) { data }) } + +// 获取锁详情 +export function getLockDetailRequest(data) { + return request({ + url: '/lock/detail', + method: 'POST', + data + }) +} diff --git a/components/SwitchLoading/SwitchLoading.vue b/components/SwitchLoading/SwitchLoading.vue index f6e916d..ecaf6cc 100644 --- a/components/SwitchLoading/SwitchLoading.vue +++ b/components/SwitchLoading/SwitchLoading.vue @@ -26,26 +26,26 @@ -