From aeba6816c82b01da28d0ea7c8e87d5bd6ad1705a Mon Sep 17 00:00:00 2001 From: YOGO <1587218160@qq.com> Date: Tue, 14 Apr 2026 13:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=B3=E9=97=AD=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/useLocation.js | 1 + index.html | 3 ++- main.js | 4 ++-- manifest.json | 4 ++-- pages/index/index.vue | 8 ++++---- pages/site/index.vue | 18 +++++++++++------- .../uv-popup/components/uv-popup/uv-popup.vue | 5 +++-- 7 files changed, 25 insertions(+), 18 deletions(-) diff --git a/hooks/useLocation.js b/hooks/useLocation.js index 5bd77c3..4740e22 100644 --- a/hooks/useLocation.js +++ b/hooks/useLocation.js @@ -28,6 +28,7 @@ export function useLocation() { // 3️⃣ 没有定位才请求 SFUIP.getLocation().then(res => { + console.log(res,"SFUIP.getLocation"); if (!res.success) { resolve(false); return; diff --git a/index.html b/index.html index d17d717..682649c 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,9 @@ - +