From 84b3e1e7a40ca91f81de3705997adc873c2e5b80 Mon Sep 17 00:00:00 2001 From: lishuo Date: Tue, 21 Jun 2022 18:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/Prefab/Panel/RowerHomeScript.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/UI/Prefab/Panel/RowerHomeScript.cs b/Assets/Scripts/UI/Prefab/Panel/RowerHomeScript.cs index b23af106..fab8d476 100644 --- a/Assets/Scripts/UI/Prefab/Panel/RowerHomeScript.cs +++ b/Assets/Scripts/UI/Prefab/Panel/RowerHomeScript.cs @@ -860,7 +860,6 @@ public class RowerHomeScript : PFUIPanel return; } if (RowerData == null) return; - transform.Find("Text").GetComponent().text = $"{RowerData.ElapsedTime}:{RowerData.TotalDistance}"; //#endif //断线重连继续() var distance = (int)RowerData.TotalDistance + historyDistance;