소스 검색

新手引导,照片提交不成功,也解除界面不可点击

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

+ 4 - 2
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

@@ -185,8 +185,10 @@ namespace GFGGame
 
 
             bool pushResult = await PictureStorageHelper.PushToHWCloud(rsp[0].ToString(), bytes);
-            if (!pushResult) return;
-
+            if (!pushResult) { 
+                ViewManager.Hide<ModalStatusView>();
+                return;
+            }
 
             long addResult = await PoemPhotoSProxy.ReqAddTophoto((long)rsp[1]);
             if (addResult > 0)