From e29381b13b00d2360443123b6b5b28a75e2957c6 Mon Sep 17 00:00:00 2001 From: lishuo Date: Fri, 14 May 2021 09:26:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E9=A1=B5=E8=BF=9B=E5=BA=A6bu?= =?UTF-8?q?g=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scenes/Ride/Scripts/CyclingController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Assets/Scenes/Ride/Scripts/CyclingController.cs b/Assets/Scenes/Ride/Scripts/CyclingController.cs index ded92e71..95dd9206 100644 --- a/Assets/Scenes/Ride/Scripts/CyclingController.cs +++ b/Assets/Scenes/Ride/Scripts/CyclingController.cs @@ -177,13 +177,12 @@ public class CyclingController : DeviceServiceMonoBase if (list.result) { loadingController.CreateRankingList(list.data.list); - loadingController.AddProcess(5); + loadingController.AddProcess(10); } var shaowList = mapApi.GetShadowList(App.RouteIdParam, "", 0, 10); if (shaowList.result) { mapRouteRankingList = shaowList.data.list; - loadingController.AddProcess(5); } } //加载人物和地图以及UI界面