|
@@ -940,7 +940,8 @@ namespace GFGGame
|
|
|
//海之市
|
|
|
if (redPointUpdateFrame == 18)
|
|
|
{
|
|
|
- RedDotController.Instance.SetComRedDot(_ui.m_btnHaiZhiShi.target, RedDotDataManager.Instance.GetFieldRed(), "icon_tanhao", -39, 15);
|
|
|
+ RedDotController.Instance.SetComRedDot(_ui.m_btnHaiZhiShi.target, RedDotDataManager.Instance.GetTravelRed()
|
|
|
+ ||RedDotDataManager.Instance.GetFieldRed(), "icon_tanhao", -39, 15);
|
|
|
}
|
|
|
|
|
|
// 新春活动
|
|
@@ -1190,7 +1191,7 @@ namespace GFGGame
|
|
|
|
|
|
//private void OnClickBtnGetYuanXiao()
|
|
|
//{
|
|
|
- // ViewManager.Show<ActivityGetYuanXiaoView>();
|
|
|
+ // ViewManager.Show<ActivityGetYuanXiaoEntryView>();
|
|
|
//}
|
|
|
}
|
|
|
}
|