Forráskód Böngészése

画廊换装不限制穿搭

zhaoyang 2 éve
szülő
commit
d0a3c65126

+ 6 - 6
GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpView.cs

@@ -857,12 +857,12 @@ namespace GFGGame
         }
         private void OnClickBtnNext()
         {
-            if (!EquipDataCache.cacher.CheckPutOnFinish())
-            {
-                AlertUI.Show("只有换好衣服才能出门哦!")
-                    .SetRightButton(true, "好的");
-                return;
-            }
+            // if (!EquipDataCache.cacher.CheckPutOnFinish())
+            // {
+            //     AlertUI.Show("只有换好衣服才能出门哦!")
+            //         .SetRightButton(true, "好的");
+            //     return;
+            // }
             if (!ViewManager.Show<PhotographView>(this.viewData))
             {
                 return;