列表联调

This commit is contained in:
李瑞
2025-09-07 18:54:36 +08:00
parent 2d0d728969
commit 6feb7057af
28 changed files with 1225 additions and 740 deletions

View File

@@ -20,6 +20,7 @@ export const getCurrentLocation = (): Promise<LocationInfo> => {
Taro.getLocation({
type: 'wgs84',
success: (res) => {
console.log('===获取地理位置', res)
// 使用逆地理编码获取地址信息
reverseGeocode(res.latitude, res.longitude)
.then(address => {