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