Compare commits

..

No commits in common. "797e7e2dfcd1cc6a8eea415326241eccaaef445e" and "91e1d73331d5066a34afe481bdb85ecf85953816" have entirely different histories.

View File

@ -17,10 +17,7 @@ namespace QFramework.Example
{
if (string.IsNullOrEmpty(InputName.text) || string.IsNullOrEmpty(InputId.text))
{
UITipWindowData data = new UITipWindowData();
data.txt = "姓名或者学号为空";
data.btns.Add(new UITipWindowData.ItemData() { txt = "确定" });
UIKit.OpenPanelAsync<UITipWindow>(canvasLevel: UILevel.PopUI, uiData: data).ToAction().Start(this);
Debug.LogError("姓名或者学号为空");
return;
}
@ -42,6 +39,7 @@ namespace QFramework.Example
DownLoad.interactable = false;
AsposeHelper.Writer(GetScoreDataJson(), result =>
{
Debug.LogError("111");
DownLoad.interactable = true;
});
#endif