From c020720d088a4c6b4b389be9f93e6bd258bfeb44 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 28 Jul 2025 09:58:20 +0800
Subject: [PATCH] feat:没有地址显示经纬度
---
src/views/tickets/ticket.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/tickets/ticket.vue b/src/views/tickets/ticket.vue
index 33bd882..c1b057e 100644
--- a/src/views/tickets/ticket.vue
+++ b/src/views/tickets/ticket.vue
@@ -1655,7 +1655,7 @@
console.log(detailData, 'detailDatadetailDatadetailData')
this.currentDetail = {
...detailData,
- address: null,
+ // address: null,
latAndLon: _.round(detailData.location[0], 6) + ',' + _.round(detailData.location[1], 6)
}
--
Gitblit v1.9.3