加载页进度bug修复

This commit is contained in:
lishuo 2021-05-14 09:26:33 +08:00
parent 46cc231fe7
commit e29381b13b

View File

@ -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界面