From 48e2eafe8dea589d472225d01731ecca660dc822 Mon Sep 17 00:00:00 2001 From: liujing Date: Tue, 22 Sep 2020 10:43:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A2=E8=B7=AF=E4=BA=8B=E4=BB=B6=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E8=BF=81=E7=A7=BB=E5=88=B0v2x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/module/tanlu/fragment/TanluListWindow.java | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mogo-module-tanlu/src/main/java/com/mogo/module/tanlu/fragment/TanluListWindow.java b/modules/mogo-module-tanlu/src/main/java/com/mogo/module/tanlu/fragment/TanluListWindow.java index d532afd8a4..bb2a6a434d 100644 --- a/modules/mogo-module-tanlu/src/main/java/com/mogo/module/tanlu/fragment/TanluListWindow.java +++ b/modules/mogo-module-tanlu/src/main/java/com/mogo/module/tanlu/fragment/TanluListWindow.java @@ -375,6 +375,7 @@ public class TanluListWindow extends RelativeLayout implements IMogoMarkerClickL V2XRoadEventEntity roadEventEntity = new V2XRoadEventEntity(); roadEventEntity.setNoveltyInfo(exploreWay); roadEventEntity.setPoiType(exploreWay.getPoiType()); + roadEventEntity.setExpireTime(20000); //地理位置 MarkerLocation location = exploreWay.getLocation();