fix:修复订单监控总会显示弹窗的bug(采用时间比较形式)

This commit is contained in:
2025-09-19 09:06:18 +08:00
parent 5ad77a857c
commit 703f80ad75
24 changed files with 66 additions and 86 deletions
+3 -1
View File
@@ -256,7 +256,8 @@
longitude: location.longitude,
latitude: location.latitude
}
console.log(userLocation.value);
// 将经纬度写入本地缓存(基础信息)
try {
uni.setStorageSync('userLocation', {
@@ -332,6 +333,7 @@
longitude: userLocation.value.longitude
}
})
console.log(res);
if (res.statusCode === 200 && res.data.code === 200) {
positionList.value = res.data.rows || []