Commit ac02a10e by pierce

添加黑名单过滤

parent 0e401d45
......@@ -549,9 +549,9 @@
//黑名单帐号登录过
BOOL isCheckCountLogined = [[[NSUserDefaults standardUserDefaults] objectForKey:FUSUserUDKeys.fus_CHECKCOUNT_LOGINED] boolValue];
// if (isCheckCountLogined) {
// appStatus = @"1";
// }
if (isCheckCountLogined) {
appStatus = @"1";
}
[[NSUserDefaults standardUserDefaults] setObject:appStatus forKey:kFUSConfigAppStatusUDKey];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment