|
|
@@ -501,7 +501,7 @@
|
|
|
}
|
|
|
else
|
|
|
{//选中
|
|
|
- [self didSelectModel:model isLastModel:NO];
|
|
|
+ [self didSelectModel:model isLastModel:YES];
|
|
|
[cell isSelected:YES];
|
|
|
}
|
|
|
|
|
|
@@ -529,6 +529,7 @@
|
|
|
if(isLast){
|
|
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
[SVProgressHUD dismiss];
|
|
|
+ [self.uploadFileBottomV setUploadButtonCanClickFunBy:YES];
|
|
|
});
|
|
|
}
|
|
|
}];
|
|
|
@@ -557,6 +558,7 @@
|
|
|
if(isLast){
|
|
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
[SVProgressHUD dismiss];
|
|
|
+ [self.uploadFileBottomV setUploadButtonCanClickFunBy:YES];
|
|
|
});
|
|
|
}
|
|
|
|
|
|
@@ -569,6 +571,7 @@
|
|
|
if(isLast){
|
|
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
[SVProgressHUD dismiss];
|
|
|
+ [self.uploadFileBottomV setUploadButtonCanClickFunBy:YES];
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
@@ -708,6 +711,12 @@
|
|
|
[self delayedSetPhotoGroupViewFrameFun];
|
|
|
}
|
|
|
|
|
|
+- (void)viewWillDisappear:(BOOL)animated
|
|
|
+{
|
|
|
+ [super viewWillDisappear:animated];
|
|
|
+ [SVProgressHUD dismiss];
|
|
|
+}
|
|
|
+
|
|
|
- (void)showUploadTipFun
|
|
|
{
|
|
|
BOOL didReadUploadTipType = [HWDataManager getBoolWithKey:Const_file_upLoad_need_read];
|