|
@@ -507,6 +507,8 @@
|
|
|
SuperModel *model = [[SuperModel alloc] initWithDictionary:responseObject error:nil];
|
|
|
if(model && model.code == 0){
|
|
|
[[iToast makeText:NSLocalizedString(@"cancel_share_suc_msg",nil)] show];
|
|
|
+ [weakSelf.didSelectArr removeAllObjects];
|
|
|
+ [weakSelf setBottomStateFun];
|
|
|
[weakSelf getShareFileListFun];
|
|
|
}
|
|
|
else{
|
|
@@ -573,6 +575,8 @@
|
|
|
SuperModel *model = [[SuperModel alloc] initWithDictionary:responseObject error:nil];
|
|
|
if(model && model.code == 0){
|
|
|
[[iToast makeText:NSLocalizedString(@"delete_share_suc_msg",nil)] show];
|
|
|
+ [weakSelf.didSelectArr removeAllObjects];
|
|
|
+ [weakSelf setBottomStateFun];
|
|
|
[weakSelf getShareFileListFun];
|
|
|
}
|
|
|
else{
|