Merge remote-tracking branch 'origin/master'

master
chaiyapeng 2024-10-11 22:11:50 +08:00
commit 77698cef0e
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ export default {
try { try {
const res = await getDataByRedis(this.carVin); const res = await getDataByRedis(this.carVin);
this.data = res.data; this.data = res.data;
alert(res.data.longitude);
// //
this.updateCarMarker(); this.updateCarMarker();