加载页进度bug修复
This commit is contained in:
parent
46cc231fe7
commit
e29381b13b
@ -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界面
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user