fix
This commit is contained in:
@@ -131,7 +131,8 @@ NSString *const kMaskeTime= @"userMaskeTime";
|
||||
|
||||
NSTimeInterval time = [UD_STADARDUD doubleForKey:kMaskeTime];
|
||||
if (time == 0) {
|
||||
//time = 16 * 60;
|
||||
//默认17 分钟
|
||||
time = 17 * 60;
|
||||
time = MASKTIME_DEFAULT;
|
||||
}
|
||||
return time;
|
||||
|
||||
Reference in New Issue
Block a user