@@ -1247,7 +1247,7 @@
#pragma mark 文件上传跳转上传记录
- (void)gotoUploadFileRecordByFileAppWithUrls:(NSArray*)urls
{
- if(!urls || urls.count){
+ if(!urls || urls.count ==0){
return;
}
@@ -893,7 +893,7 @@
@@ -1309,7 +1309,7 @@
@@ -130,7 +130,7 @@
HLog(@"处理完成了")
- if(!curURLS || curURLS.count == 0 || didNoticeUIType){
+ if(!curURLS || didNoticeUIType){
@@ -1185,7 +1185,7 @@
+ if(!urls || urls.count ==0 ){
[self showTabbarFun];
@@ -1484,7 +1484,7 @@
@@ -1181,7 +1181,7 @@