fix:修复bug

This commit is contained in:
2025-11-12 11:25:25 +08:00
parent 43dc65836d
commit 089b8d708e
16 changed files with 794 additions and 156 deletions
+1 -1
View File
@@ -661,7 +661,7 @@ const activityPopup = ref(null)
isRelocating.value = true
uni.showLoading({
title: '重新定位中...',
title: $t('home.relocating'),
mask: true
})