|
@@ -65,7 +65,7 @@ namespace GFGGame
|
|
|
protected override void OnShown()
|
|
|
{
|
|
|
base.OnShown();
|
|
|
- _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("bg_jxwj");
|
|
|
+ _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("kfhd_sdcy_bg");
|
|
|
RefreshTimeText();
|
|
|
UpdateRedDot();
|
|
|
_ui.m_buttonNewYearLogin.visible = false;
|
|
@@ -141,6 +141,9 @@ namespace GFGGame
|
|
|
long time = TimeUtil.DateTimeToTimestamp(activityOpenCfg.endTime) - TimeHelper.ServerNow();
|
|
|
string strTime = TimeUtil.FormattingTimeTo_DD_HH_mm(time);
|
|
|
string[] str = strTime.Split(':');
|
|
|
+ _ui.m_txtDay.text = str[0];
|
|
|
+ _ui.m_txtHour.text = str[1];
|
|
|
+ _ui.m_txtMinute.text = str[2];
|
|
|
}
|
|
|
|
|
|
private void OnClickBtnBack()
|