tangxijun 5 years ago
parent
commit
9e53b637c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      2019专题/1906lol自走棋专题/src/modules/hero/hero.js

+ 1 - 1
2019专题/1906lol自走棋专题/src/modules/hero/hero.js

@@ -222,7 +222,7 @@ class Hero {
             });
         }, function() {
             // 隐藏弹框
-            // $window.hide();
+            $window.hide();
         });
     }
 }