Explorar o código

Merge branch 'master' of http://git.mokasz.com/zouyong/mk_framework

薛鸿潇 %!s(int64=5) %!d(string=hai) anos
pai
achega
00bb7d7a8a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      assets/script/game/data/module/MoreGameData.ts

+ 4 - 0
assets/script/game/data/module/MoreGameData.ts

@@ -196,6 +196,10 @@ export class MoreGameData extends Data {
 
     /** 弹出互推红包弹窗 */
     popMoreGamePopNode() {
+        if (mk.guide.isGuiding) {
+            return;
+        }
+
         if (Math.random() <= gData.gameData.configs.ServerConfig.popMoreGame) {
             mk.ui.openPanel('module/moreGame/moreGamePopNode');
         }