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