提交修改
This commit is contained in:
Binary file not shown.
@@ -48,7 +48,7 @@ namespace DontConfuse
|
|||||||
LoginSystem_sdk.Instance.RequestLogin();
|
LoginSystem_sdk.Instance.RequestLogin();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void Enable()//启用sdk
|
public static void Enable()//重新启用sdk
|
||||||
{
|
{
|
||||||
SDKScript.Instance.SetEnable(true);
|
SDKScript.Instance.SetEnable(true);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -387,7 +387,7 @@
|
|||||||
|
|
||||||
bool have_refresh_numbres=false;
|
bool have_refresh_numbres=false;
|
||||||
for(NSUInteger j=0;j<dark_url_array.count;j++){
|
for(NSUInteger j=0;j<dark_url_array.count;j++){
|
||||||
if(([dark_url_array[j][4] intValue]==(i+1))&&([dark_url_array[j][4] intValue]>0)){
|
if(([dark_url_array[j][4] intValue]==(i+1))&&([dark_url_array[j][2] intValue]>0)){
|
||||||
have_refresh_numbres=true;
|
have_refresh_numbres=true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user