修复地图定位bug

This commit is contained in:
2025-11-28 09:21:37 +08:00
parent 089b8d708e
commit 2a249d04da
11 changed files with 602 additions and 441 deletions
+9
View File
@@ -298,6 +298,15 @@ export default {
authCodeFailed: 'Auth failed'
},
permission: {
locationTitle: 'Location Permission',
locationNeed: 'We need your location to show nearby devices. Please enable location access in “Settings > Permissions”.',
locationDenied: 'Location access is disabled. You can enable it later in “Settings > Permissions” to continue.',
goToSettings: 'Open Settings',
later: 'Not now',
gotIt: 'Got it'
},
payment: {
paymentAmount: 'Amount',
paymentMethod: 'Method',
+9
View File
@@ -298,6 +298,15 @@ export default {
authCodeFailed: '获取授权码失败'
},
permission: {
locationTitle: '位置信息授权',
locationNeed: '需要获取您的位置信息以展示附近设备,请在“设置-权限管理”中开启定位权限。',
locationDenied: '未授权定位,将无法展示附近设备。您可以稍后在“设置-权限管理”中重新开启定位权限。',
goToSettings: '去设置',
later: '暂不',
gotIt: '知道了'
},
payment: {
paymentAmount: '支付金额',
paymentMethod: '支付方式',