hch
7 天以前 ed98029a88cd89702980ac7c40b711afddc5aeb2
Main/SDK/SDKUtils.cs
@@ -128,6 +128,7 @@
    public void Init()
    {
        ynmbxxjUtil.Instance.Init();    // sdk临时用,后续新做SDK后删除
        Device = new DeviceInfo();
        string uid = LocalSave.GetString("Device_uniqueID");
        //Debug.Log(Math.Abs(System.Environment.TickCount));
@@ -965,7 +966,7 @@
            }
            else
            {
                ConfirmCancel.ToggleConfirmCancel(Language.Get("Mail101"), Language.Get("GameCashRule1", money), Language.Get("TodayNoNotify"), (bool isOk, bool isToggle) =>
                ConfirmCancel.ToggleConfirmCancel(Language.Get("Mail101"), Language.Get("GameCashRule1", money, title), Language.Get("TodayNoNotify"), (bool isOk, bool isToggle) =>
                {
                    if (isOk)
                    {