@@ -214,7 +214,7 @@ namespace GFGGame
CheckPreDraw();
return;
}
- ViewManager.Show<ModalStatusView>("加载中...");
+ ViewManager.Show<ModalStatusView>("资源加载中,请耐心等待...");
//下载
_steps = EDressUpSteps.Loading;
downloaderOperation.BeginDownload();