From 28330812e480847649502ac0815ddbc72ec6c5df Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Thu, 1 Jun 2023 11:10:05 +0800 Subject: [PATCH] =?UTF-8?q?[3.2.0]=20taxi=E5=88=B0=E8=BE=BE=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E5=9C=B0=EF=BC=8C=E6=98=BE=E7=A4=BA"=E5=85=A8?= =?UTF-8?q?=E7=A8=8B"=EF=BC=8C"=E6=80=BB=E7=94=A8=E6=97=B6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/och/taxi/ui/TaxiBeingServerdOrdersFragment.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/TaxiBeingServerdOrdersFragment.java b/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/TaxiBeingServerdOrdersFragment.java index a111111ffa..793bb24cb6 100644 --- a/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/TaxiBeingServerdOrdersFragment.java +++ b/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/TaxiBeingServerdOrdersFragment.java @@ -428,8 +428,8 @@ public class TaxiBeingServerdOrdersFragment extends BaseTaxiUIFragment dis = NumberFormatUtil.formatLong( (double) distance/ 1000); } - String strHtml2 = "距离 " + "" + dis + "" + " 公里" - + ",用时 " + "" + (int)Math.ceil( (double) duration/ 60) + "" + " 分钟"; + String strHtml2 = "全程 " + "" + dis + "" + " 公里" + + ",总用时 " + "" + (int)Math.ceil( (double) duration/ 60) + "" + " 分钟"; if (mContentModule2 != null && mContentModule2.getVisibility() == View.VISIBLE) { mDistanceAndTime2.setText(Html.fromHtml(strHtml2)); } else if (mContentModule3 != null && mContentModule3.getVisibility() == View.VISIBLE) {