ソースを参照

更新 'games/yqrxd/launcher/game-min.js'

yunhaipiaodi 6 年 前
コミット
28979de63a
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6 0
      games/yqrxd/launcher/game-min.js

+ 6 - 0
games/yqrxd/launcher/game-min.js

@@ -3674,6 +3674,12 @@ var __extends = this.__extends || function(c, d) {
             }
         };
       
+      	//进入道具页面
+        d.prototype.enterInfoPage = function(){
+            b = new egret.Event("click_info_btn", !0);
+            this.dispatchEvent(b);
+        }
+      
       	//开始游戏
         d.prototype.startToGame = function(){
             b = new egret.Event("click_start_btn", !0);