修改道路的bug

This commit is contained in:
md 2021-08-06 19:53:23 +08:00
parent ff8dbf0cdf
commit 6f0402f0d9
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 29 compileSdkVersion 29
buildToolsVersion '29.0.2' buildToolsVersion '29.0.2'
// ndkVersion '23.0.7123448' ndkVersion '23.0.7123448'
defaultConfig { defaultConfig {
applicationId "com.navinfo.outdoor" applicationId "com.navinfo.outdoor"

View File

@ -1410,6 +1410,7 @@ public class TreasureFragment extends BaseFragment implements View.OnClickListen
case 1: // POI录像 case 1: // POI录像
showPoiMarkerByType(2, newPoiLatLng); showPoiMarkerByType(2, newPoiLatLng);
PoiVideoFragment poiVideoFragment = PoiVideoFragment.newInstance(bundle); PoiVideoFragment poiVideoFragment = PoiVideoFragment.newInstance(bundle);
poiEntity.setWork_type(1);
showSlidingFragment(poiVideoFragment); showSlidingFragment(poiVideoFragment);
break; break;
case 2://道路录像 case 2://道路录像