瀏覽代碼

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

yunhaipiaodi 6 年之前
父節點
當前提交
4cab758685
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
                 }
             }