Merge remote-tracking branch 'origin/feature/v1.0.0' into feature/v1.0.0

This commit is contained in:
董宏宇
2020-02-18 18:42:55 +08:00

View File

@@ -1034,6 +1034,9 @@ import static com.mogo.module.tanlu.video.VideoInitKt.initVideo;
if (markerExploreWay.getUserInfo() != null && !TextUtils.isEmpty(poiType)) { //上报路况不使用这个接口
uploadShareInfo(poiType, event.imageUrl, markerExploreWay.getUserInfo().getUserName(),
markerExploreWay.getUserInfo().getUserHead());
} else {
Log.e(TAG, "onMarkerInfo markerExploreWay.getUserInfo() == null");
uploadShareInfo(poiType, event.imageUrl, "", "");
}
} else {
Log.e(TAG, "onMarkerInfo share markerExploreWayList = null");