Compare commits

..

No commits in common. "59d38ca1ae3d3084c2bda8dd3aaa436752bc1bf7" and "ac3a5bee52c0b5a9a9eb713a557a550f28878162" 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