This commit is contained in:
huangchenhao 2025-11-20 11:25:24 +08:00
parent 259eb1f1a8
commit 695c4b75b0

View File

@ -441,7 +441,7 @@ const handleGetLocation = async () => {
loadingToast.close(); loadingToast.close();
} else { } else {
loadingToast.close(); loadingToast.close();
showToast("定位失败 请检查网络情况后重试"); showToast(result);
console.log("result", result); console.log("result", result);
} }
}); });