This commit is contained in:
lixiaopeng
2020-02-18 18:19:22 +08:00
parent 31c50cd2a9
commit 244709b00c

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");