| | |
| | | SysNotifyMgr.Instance.ShowTip("ServerDown");
|
| | | break;
|
| | | case ServerState.Predicted:
|
| | | SysNotifyMgr.Instance.ShowTip("ServerOpen", ServerListCenter.Instance.currentServer.start_date.ToString("dd-MM HH:mm"));
|
| | | SysNotifyMgr.Instance.ShowTip("ServerOpen", ServerListCenter.Instance.currentServer.start_date.ToString("yyyy-MM-dd HH:mm"));
|
| | | break;
|
| | | }
|
| | |
|
| | |
| | | else
|
| | | name = CTGConfig.Get(orderInfo.CTGID).Title;
|
| | | //{0} 购买 <color=#109D06>{1}</color>,消耗{2}代金券,剩余{3}
|
| | | info += StringUtility.Contact(Language.Get("CoinRecharge2", TimeUtility.GetTime(rec.Time), name, rec.Value2, rec.Value3), "\n\r");
|
| | | info += StringUtility.Contact(Language.Get("CoinRecharge2", TimeUtility.GetTime(rec.Time).ToString("yyyy-MM-dd HH:mm:ss"), name, rec.Value2, rec.Value3), "\n\r");
|
| | | }
|
| | | }
|
| | |
|