zhangyuqian 1 year ago
parent
commit
adb930b1cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

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

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