|
@@ -769,7 +769,8 @@ namespace GFGGame
|
|
|
object[] rsp = await MatchingCompetitionSproxy.UpLoadMatchingCompetitionDressData();
|
|
|
if (rsp == null) return;
|
|
|
byte[] bytes = tex.EncodeToJPG();
|
|
|
- if(rsp[0] == null)
|
|
|
+ MatchingCompetitionDataManager.Instance.MyNtextture = new NTexture(tex);
|
|
|
+ if (rsp[0] == null)
|
|
|
{
|
|
|
ViewManager.Hide<ModalStatusView>();
|
|
|
PromptController.Instance.ShowFloatTextPrompt("网络异常,上传失败!");
|