From 58d63637b67a7c565618379268da604e6231fc4c Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 27 八月 2025 18:16:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 small-program/App.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/small-program/App.vue b/small-program/App.vue
index a57861a..bb12718 100644
--- a/small-program/App.vue
+++ b/small-program/App.vue
@@ -46,7 +46,8 @@
 				uni.getLocation({
 					type: 'wgs84',
 					success: (addr) => {
-						const locParam = { latitude: addr.latitude, longitude: addr.longitude ,address:'鑾峰彇鍦板潃澶辫触'};
+						const locParam = { latitude: addr.latitude, longitude: addr.longitude };
+						uni.setStorageSync('address', locParam);
 						var address =null
 						const qqmapsdk = new QQMapWX({
 							 key: '4PXBZ-JLBC7-LCLXG-P2SZX-C4HYE-LDBLQ' //鑵捐鍦板浘鐢宠鐨刱ey锛堝悗缁渶瑕佸叕鍙告彁渚涳紝涓汉寮�鍙戣�呴搴︽湁闄愶級

--
Gitblit v1.9.3