Sfoglia il codice sorgente

更新 'games/yqrxd/launcher/egret_loader.js'

yunhaipiaodi 6 anni fa
parent
commit
4cab758685
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      games/yqrxd/launcher/egret_loader.js

+ 1 - 1
games/yqrxd/launcher/egret_loader.js

@@ -56,7 +56,7 @@ egret_h5.startGame = function () {
                     rootContainer.startToGame();
                 }
               
-              	  if(rootContainer.curIsInfoPage()){      //游戏页
+              	  if(rootContainer.curIsGamePage()){      //游戏页
                     rootContainer.restartGame();
                 }
             }