Pārlūkot izejas kodu

搭配赛补充提交

zhangyuqian 1 gadu atpakaļ
vecāks
revīzija
d1cadab175

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