[3.4.0]Taxi乘客屏UI调整

This commit is contained in:
xuxinchao
2023-08-01 18:26:56 +08:00
parent 291409765a
commit 8a4e9533de
11 changed files with 155 additions and 36 deletions

View File

@@ -71,10 +71,10 @@ object CallerTrafficLightListenerManager : CallerBase<IMoGoTrafficLightListener>
}
}
fun changeCountdownTrafficLightNum(readNum: Int, yellowNum: Int, greenNum: Int) {
fun changeCountdownTrafficLightNum(redNum: Int, yellowNum: Int, greenNum: Int) {
M_LISTENERS.forEach {
val listener = it.value
listener.changeCountdownTrafficLightNum(readNum, yellowNum, greenNum)
listener.changeCountdownTrafficLightNum(redNum, yellowNum, greenNum)
}
}