This commit is contained in:
lianxiang
2018-09-27 00:20:01 +08:00
parent d0230f55ed
commit cb0accdb66
60 changed files with 1063 additions and 290 deletions
+2 -1
View File
@@ -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;