From 7ff5fb516767e2142f334b00b298ae8c5e441cef Mon Sep 17 00:00:00 2001 From: mahaifeng Date: Mon, 12 Aug 2024 18:26:00 +0800 Subject: [PATCH] =?UTF-8?q?[location]=E4=BF=AE=E6=94=B9=E5=AE=9A=E4=BD=8D?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/get-location/get-location.uvue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/API/get-location/get-location.uvue b/pages/API/get-location/get-location.uvue index d7d03fba..84c0b310 100644 --- a/pages/API/get-location/get-location.uvue +++ b/pages/API/get-location/get-location.uvue @@ -213,7 +213,7 @@ altitude: this.jest_isAltitude, isHighAccuracy: this.jest_isHighAccuracy, geocode: this.jest_isGeocode, - success: (res : any) => { + success: (res) => { if (res.address != null) { this.jest_address = res.address! } @@ -222,7 +222,7 @@ this.jest_altitude = res.altitude this.jest_complete = true }, - fail: (err : any) => { + fail: (err ) => { this.jest_errCode = err.errCode this.jest_complete = true } -- GitLab