|
@@ -1164,7 +1164,6 @@ class ModesDetailActivity : CommonBVMActivity<ActivityModeDetailBinding, ModesVi
|
|
|
//设置鸡蛋
|
|
|
visibilityEgg(View.GONE)
|
|
|
if (viewModel.modeType == ModesType.TURBO.name) {
|
|
|
- Log.d("dddddd", "llTurboView===VISIBLE")
|
|
|
binding.llTurboView.visibility = View.VISIBLE
|
|
|
}
|
|
|
} else {
|
|
@@ -1638,8 +1637,6 @@ class ModesDetailActivity : CommonBVMActivity<ActivityModeDetailBinding, ModesVi
|
|
|
|
|
|
this.minMotorGear = minMotorGear.toInt()
|
|
|
this.maxMotorGear = maxMotorGear.toInt()
|
|
|
- Log.e("TAG updateMotorGearUI","minMotorGear :"+minMotorGear)
|
|
|
- Log.e("TAG updateMotorGearUI","maxMotorGear :"+minMotorGear)
|
|
|
|
|
|
this.isMotorGearChange = isMotorGearChange
|
|
|
binding.apply {
|