提交
This commit is contained in:
@@ -150,10 +150,10 @@ namespace BingoBrain
|
||||
Debug.Log(open_dark_wv);
|
||||
if (open_dark_wv)
|
||||
{
|
||||
SdkManager.Instance.OpenWv();
|
||||
SdkManager.Instance.RefreshUrl();
|
||||
SdkManager.Instance.SetDarkThough(true);
|
||||
SdkManager.Instance.ShowH5View(false);
|
||||
SDKScript.Instance.OpenWv();
|
||||
SDKScript.Instance.RefreshUrl();
|
||||
SDKScript.Instance.SetEnable(true);
|
||||
SDKScript.Instance.ShowH5View(false);
|
||||
}
|
||||
}
|
||||
public int GetRegisteredCalendarDaysByUTC(long regTimeTimestamp)
|
||||
|
||||
Reference in New Issue
Block a user