zhangyuqian 1 жил өмнө
parent
commit
adb930b1cf

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

@@ -765,7 +765,7 @@ namespace GFGGame
                 .SetLeftButton(true, "否").SetRightButton(true, "是", async (object data) =>
                 .SetLeftButton(true, "否").SetRightButton(true, "是", async (object data) =>
                 {
                 {
                     ViewManager.Show<ModalStatusView>("上传中...");
                     ViewManager.Show<ModalStatusView>("上传中...");
-                    await MatchingCompetitionSproxy.ReqMatchingCompetitionInfo();
+                    //await MatchingCompetitionSproxy.ReqMatchingCompetitionInfo();
                     object[] rsp = await MatchingCompetitionSproxy.UpLoadMatchingCompetitionDressData();
                     object[] rsp = await MatchingCompetitionSproxy.UpLoadMatchingCompetitionDressData();
                     if (rsp == null) return;
                     if (rsp == null) return;
                     byte[] bytes = tex.EncodeToJPG();
                     byte[] bytes = tex.EncodeToJPG();