|
@@ -51,6 +51,10 @@ namespace GFGGame
|
|
|
}
|
|
|
private void UpdateView()
|
|
|
{
|
|
|
+ if (GameGlobal.myNumericComponent.GetAsInt(NumericType.IsPropCzykActivity) == 0)
|
|
|
+ {
|
|
|
+ _ui.m_notTips.url = "ui://ActivityMain/ts_jrbzts";
|
|
|
+ }
|
|
|
_ui.m_rewardList.numItems = rewards;
|
|
|
}
|
|
|
private void ListItemRender(int index, GObject obj)
|
|
@@ -81,7 +85,7 @@ namespace GFGGame
|
|
|
|
|
|
private void OnClickTips()
|
|
|
{
|
|
|
- if (ActivityDataManager.Instance.todayMonthlyCardTips == 0)
|
|
|
+ if (GameGlobal.myNumericComponent.GetAsInt(NumericType.IsPropCzykActivity) == 0)
|
|
|
{
|
|
|
_ui.m_notTips.url = "ui://ActivityMain/jrbzts_off";
|
|
|
ActivityDataManager.Instance.todayMonthlyCardTips = 1;
|