소스 검색

竞技场手动搭配取消完整衣服检测

zhaoyang 2 년 전
부모
커밋
565181368c
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      GameClient/Assets/Game/HotUpdate/Views/DressUp/ArenaDressUpFightView.cs

+ 8 - 8
GameClient/Assets/Game/HotUpdate/Views/DressUp/ArenaDressUpFightView.cs

@@ -435,14 +435,14 @@ namespace GFGGame
 
         private void OnClickBtnNext()
         {
-            if (!MyDressUpHelper.CheckPutOnFinish())
-            {
-                AlertUI.Show("换好衣服才能进行下一步哦~").SetRightButton(true, "好的");
-            }
-            else
-            {
-                DressUpFinish();
-            }
+            // if (!MyDressUpHelper.CheckPutOnFinish())
+            // {
+            //     AlertUI.Show("换好衣服才能进行下一步哦~").SetRightButton(true, "好的");
+            // }
+            // else
+            // {
+            DressUpFinish();
+            // }
         }
         private async void DressUpFinish()
         {