@@ -65,7 +65,10 @@ namespace GFGGame
private static GList targetList = null;
public static bool TryGuide(GComponent target, string guideKey, int index, string guideStr = null, int listIndex = -1, bool checkPriorIndex = true, float yTxt = 0, bool justHint = false)
{
-
+ if(!GameGlobal.DataInited)
+ {
+ return false;
+ }
GuideCfg cfg = GuideCfgArray.Instance.GetCfg(guideKey);
if (GuideDataManager.currentGuideId != 0 && GuideDataManager.currentGuideId != cfg.id) return false;
GRoot.inst.touchable = false;