|
@@ -2,6 +2,7 @@ const AlertManager = require('../utils/AlertManager');
|
|
|
const GameRedDot = require('../utils/GameEnum').GameRedDot;
|
|
|
const GameNotificationKey = require('../utils/GameEnum').GameNotificationKey;
|
|
|
const DWTool = require('../utils/DWTool');
|
|
|
+const GameModule = require("../utils/GameModule");
|
|
|
|
|
|
cc.Class({
|
|
|
extends: cc.Component,
|
|
@@ -100,6 +101,8 @@ cc.Class({
|
|
|
|
|
|
//7天登录奖励完成隐藏按钮
|
|
|
GameEvent.on(GameNotificationKey.LoginRewardGainFinish, this, this._hideLoginReward);
|
|
|
+
|
|
|
+ GameModule.homeGuide.on('Fire_state31', this.handleQuestPopup, this);
|
|
|
},
|
|
|
|
|
|
onDestroy() {
|