[fea]
[车模设置、orderId改名为自驾id]
This commit is contained in:
yangyakun
2024-09-29 10:29:15 +08:00
parent b53876df82
commit 484dd8bdc4
5 changed files with 25 additions and 23 deletions

View File

@@ -17,13 +17,6 @@ object CallerEagleBaseFunctionCall4OchManager : IEagleBaseFunctionCall4Och {
const val TAG = "CallerEagleBaseFunctionCall4OchManager"
private var _autopilotOrderId: String? by Delegates.observable(null) { _, oldValue, newValue ->
if (oldValue != newValue) {
}
}
/**
* 注册 工具箱 item点击事件监听 (默认样式item的点击事件监听自定义样式的item的点击交给view自己处理)
*/
@@ -132,7 +125,6 @@ object CallerEagleBaseFunctionCall4OchManager : IEagleBaseFunctionCall4Och {
}
override fun setOchAutopilotOrderId(orderId: String?) {
super.setOchAutopilotOrderId(orderId)
_autopilotOrderId = orderId
}
}