diff --git a/.idea/misc.xml b/.idea/misc.xml
index 2dc54c489f..707ee6e613 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/modules/mogo-module-tanlu/src/main/java/com/mogo/module/tanlu/fragment/TanluCardViewFragment.java b/modules/mogo-module-tanlu/src/main/java/com/mogo/module/tanlu/fragment/TanluCardViewFragment.java
index fcd2c06f25..c0f1ba3e59 100644
--- a/modules/mogo-module-tanlu/src/main/java/com/mogo/module/tanlu/fragment/TanluCardViewFragment.java
+++ b/modules/mogo-module-tanlu/src/main/java/com/mogo/module/tanlu/fragment/TanluCardViewFragment.java
@@ -200,15 +200,6 @@ public class TanluCardViewFragment extends MvpFragment>
simpleCoverVideoPlayer.setVisibility(View.VISIBLE);
autoZoomInImageView.setVisibility(View.GONE);
-
- //视频点击
-// simpleCoverVideoPlayer.getStartButton().setOnClickListener(new View.OnClickListener() {
-// @Override
-// public void onClick(View view) {
-// Logger.d(TAG, "simpleCoverVideoPlayer onClick -------> ");
-// FullMediaActivity.Companion.launch(getActivity(), mVideoUrl, mImageUrl, "东城区环球贸易中心", 1300000300);
-// }
-// });
}
@@ -567,7 +558,6 @@ public class TanluCardViewFragment extends MvpFragment>
return null;
}
-
/**
* @param view
*/
@@ -617,7 +607,6 @@ public class TanluCardViewFragment extends MvpFragment>
autoZoomInImageView.post(new Runnable() {
@Override
public void run() {
- Log.d(TAG, "handleImageAnimation run -------->");
//放大增量是0.3,放大时间是1000毫秒,放大开始时间是500毫秒以后
autoZoomInImageView.init()
.startZoomInByScaleDeltaAndDuration(0.2f, 1000, 300);
@@ -1051,21 +1040,6 @@ public class TanluCardViewFragment extends MvpFragment>
* 导航路线数据事件
*/
public void getNavigationData() {
-// Double lat = TanluServiceHandler.getLocationClient().getLastKnowLocation().getLatitude();
-// Double lon = TanluServiceHandler.getLocationClient().getLastKnowLocation().getLongitude();
-// Logger.e(TAG, "getNavigationLine lon = " + lon + ">>>>> lat= " + lat);
-// mTanluModelData.getNavigationLineData(lon, lat, new AlongTheWayCallback() {
-// @Override
-// public void onSuccess(InformationAndLiveCarResult data) {
-// //不做任何处理,直接出发推送,重新请求接口,划线
-// }
-//
-// @Override
-// public void onFail(String message, int code) {
-//
-// }
-// });
-
mTanluModelData.getNaviInformation(mMogoMapService.getNavi(getContext()).getCalculatedPathPos(),
new NaviCallback() {
@Override
@@ -1271,7 +1245,6 @@ public class TanluCardViewFragment extends MvpFragment>
.longitude(informationList.get(i).lon);
optionList.add(options);
-// Log.d(TAG, "getVoiceControlRoadData lat =" + informationList.get(i).lat + ">>>lon =" + informationList.get(i).lon);
}
Logger.d(TAG, "getVoiceControlRoadData optionList.size() = " + optionList.size());
mMarkerManager.addMarkers(TanluConstants.MODEL_NAME, optionList, true);