|
@@ -303,7 +303,9 @@ cc.Class({
|
|
|
let unLockStatus1 = GameModule.userInfo.buildingLevel >= 25;
|
|
|
let unLockStatus2 = GameModule.userInfo.buyStarCount > 0;
|
|
|
if (!GameGlobal.isSignAward && unLockStatus1 && unLockStatus2) {
|
|
|
- GameModule.homeGuide.getComponent('HomeGuide').handleGuideStateNext('state31', 'state34');
|
|
|
+ if (GameGlobal.signCount == 0) {
|
|
|
+ GameModule.homeGuide.getComponent('HomeGuide').handleGuideStateNext('state31', 'state34');
|
|
|
+ }
|
|
|
AlertManager.showSignInAlert();
|
|
|
}
|
|
|
},
|