From b7a83dbfbbb32eb252837b4f591ce573af6f09bb Mon Sep 17 00:00:00 2001 From: yangyakun Date: Mon, 17 Apr 2023 16:33:07 +0800 Subject: [PATCH] =?UTF-8?q?[bugfix]=20[=E5=88=A0=E6=8E=89=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/och/bus/passenger/ui/PM2DrivingInfoFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCH/mogo-och-shuttle-passenger/src/m2/java/com/mogo/och/bus/passenger/ui/PM2DrivingInfoFragment.kt b/OCH/mogo-och-shuttle-passenger/src/m2/java/com/mogo/och/bus/passenger/ui/PM2DrivingInfoFragment.kt index 714a24c215..eb258c976d 100644 --- a/OCH/mogo-och-shuttle-passenger/src/m2/java/com/mogo/och/bus/passenger/ui/PM2DrivingInfoFragment.kt +++ b/OCH/mogo-och-shuttle-passenger/src/m2/java/com/mogo/och/bus/passenger/ui/PM2DrivingInfoFragment.kt @@ -232,7 +232,7 @@ class PM2DrivingInfoFragment : val time = ceil(timeInSecond / 60f).toInt() "$remainDis$disUnit".also { tv_distance.text = it } - "$time 分钟".also { tv_left_time.text = it } + "${time}分钟".also { tv_left_time.text = it } } fun noLineShow(){