From 9976ecb8b1ca3dbd59ba748fa5930a4d53dad0bd Mon Sep 17 00:00:00 2001 From: liujing Date: Tue, 22 Sep 2020 17:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=B9=E6=A1=86=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=97=B6=E9=97=B4(=E9=BB=98=E8=AE=A40s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/module/tanlu/fragment/TanluListWindow.java | 2 -- 1 file changed, 2 deletions(-) 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 def0ce7076..d532afd8a4 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,8 +375,6 @@ public class TanluListWindow extends RelativeLayout implements IMogoMarkerClickL V2XRoadEventEntity roadEventEntity = new V2XRoadEventEntity(); roadEventEntity.setNoveltyInfo(exploreWay); roadEventEntity.setPoiType(exploreWay.getPoiType()); - roadEventEntity.setOnlyShow(true); - roadEventEntity.setExpireTime(20000); //地理位置 MarkerLocation location = exploreWay.getLocation();