소스 검색

搭配赛补充提交

zhangyuqian 1 년 전
부모
커밋
d1cadab175
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

@@ -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("网络异常,上传失败!");