Merge branch 'dev_robobus-m1-p-app-module_1.1.0_230112_1.1.0' of gitlab.zhidaoauto.com:zhjt/AndroidApp/MoGoEagleEye into dev_robobus-m1-p-app-module_1.1.0_230112_1.1.0
This commit is contained in:
@@ -216,6 +216,7 @@ class BusPassengerPresenter(view: MainFragment?) :
|
||||
|
||||
override fun setEndStationCallBack(siteId: Long?, siteName: String?, gcj_lon: Double, gcj_lat: Double) {
|
||||
val latLng = LatLng(gcj_lat,gcj_lon)
|
||||
mView?.cleanEndStation()
|
||||
mView?.drawEndStation(latLng)
|
||||
}
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ class MainFragment :
|
||||
}
|
||||
|
||||
override fun initViews() {
|
||||
setCarModle(R.raw.aiqinghao)
|
||||
setCarModle(R.raw.m1)
|
||||
cb_bp_video_player.onClick {
|
||||
openSettingPage(M1ContainFragment.VIDEOTAB)
|
||||
}
|
||||
|
||||
BIN
OCH/mogo-och-charter-passenger/src/m1/res/raw/m1.nt3d
Normal file
BIN
OCH/mogo-och-charter-passenger/src/m1/res/raw/m1.nt3d
Normal file
Binary file not shown.
@@ -486,8 +486,12 @@ def variantName() {
|
||||
|
||||
if (taskName.contains("Yantai")) {
|
||||
project.dependencies.add('implementation', project.project(':tts:tts-iflytek'))
|
||||
}else {
|
||||
}else if (taskName.contains("Mogo")) {
|
||||
project.dependencies.add('implementation', project.project(':tts:tts-pad'))
|
||||
}else if (taskName.contains("Dali")) {
|
||||
project.dependencies.add('implementation', project.project(':tts:tts-pad'))
|
||||
}else {
|
||||
|
||||
}
|
||||
|
||||
taskName = taskName.replace("Debug", "")
|
||||
|
||||
Reference in New Issue
Block a user