|
@@ -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();
|