|
@@ -379,8 +379,8 @@
|
|
|
KWeakSelf
|
|
|
ComontAlretDeleteTypeViewController *curAlretVC= [[ComontAlretDeleteTypeViewController alloc]
|
|
|
initWithTitle:titleStr
|
|
|
- msg:nil
|
|
|
- imageStr:nil
|
|
|
+ msg:@""
|
|
|
+ imageStr:@""
|
|
|
cancelTitle:NSLocalizedString(@"other_cancel",nil)
|
|
|
okTitle:NSLocalizedString(@"other_confirm",nil)
|
|
|
otherTitle:tipStr
|
|
@@ -404,7 +404,7 @@
|
|
|
KWeakSelf
|
|
|
ComontAlretViewController *nextVC = [[ComontAlretViewController alloc] initWithTiTle:NSLocalizedString(@"File_upload_Record_clear_Tip_title",nil)
|
|
|
msg:delTipTip
|
|
|
- imageStr:nil
|
|
|
+ imageStr:@""
|
|
|
cancelTitle:NSLocalizedString(@"other_cancel",nil)
|
|
|
okTitle:NSLocalizedString(@"other_comment_ok",nil) isOkBtnHighlight:YES
|
|
|
didClickOk:^{
|
|
@@ -918,7 +918,7 @@
|
|
|
KWeakSelf
|
|
|
ComontAlretViewController *nextVC = [[ComontAlretViewController alloc] initWithTiTle:NSLocalizedString(@"File_upload_Record_clear_Tip_title",nil)
|
|
|
msg:NSLocalizedString(@"File_upload_Record_clear_done_Tip_msg",nil)
|
|
|
- imageStr:nil
|
|
|
+ imageStr:@""
|
|
|
cancelTitle:NSLocalizedString(@"other_cancel",nil)
|
|
|
okTitle:NSLocalizedString(@"other_comment_ok",nil) isOkBtnHighlight:YES
|
|
|
didClickOk:^{
|
|
@@ -988,7 +988,7 @@
|
|
|
KWeakSelf
|
|
|
ComontAlretViewController *nextVC = [[ComontAlretViewController alloc] initWithTiTle:NSLocalizedString(@"File_upload_Record_clear_Tip_title",nil)
|
|
|
msg:NSLocalizedString(@"File_upload_Record_clear_fail_Tip_msg",nil)
|
|
|
- imageStr:nil
|
|
|
+ imageStr:@""
|
|
|
cancelTitle:NSLocalizedString(@"other_cancel",nil)
|
|
|
okTitle:NSLocalizedString(@"other_comment_ok",nil) isOkBtnHighlight:YES
|
|
|
didClickOk:^{
|
|
@@ -1146,7 +1146,7 @@
|
|
|
- (void)downloadTaskFinishedNoti:(NSNotification *)notification
|
|
|
{
|
|
|
customDownloadOperation *model = notification.object;
|
|
|
- NSString *url = model.url;
|
|
|
+ //NSString *url = model.url;
|
|
|
|
|
|
[self getDownloadDataInDatabaseFun:NO];
|
|
|
}
|
|
@@ -1229,7 +1229,7 @@
|
|
|
KWeakSelf
|
|
|
ComontAlretViewController *nextVC = [[ComontAlretViewController alloc] initWithTiTle:NSLocalizedString(@"File_upload_Record_clear_Tip_title",nil)
|
|
|
msg:NSLocalizedString(@"File_upload_Record_clear_done_Tip_msg",nil)
|
|
|
- imageStr:nil
|
|
|
+ imageStr:@""
|
|
|
cancelTitle:NSLocalizedString(@"other_cancel",nil)
|
|
|
okTitle:NSLocalizedString(@"other_comment_ok",nil) isOkBtnHighlight:YES
|
|
|
didClickOk:^{
|
|
@@ -1258,7 +1258,7 @@
|
|
|
KWeakSelf
|
|
|
ComontAlretViewController *nextVC = [[ComontAlretViewController alloc] initWithTiTle:NSLocalizedString(@"File_upload_Record_clear_Tip_title",nil)
|
|
|
msg:NSLocalizedString(@"File_upload_Record_clear_fail_Tip_msg",nil)
|
|
|
- imageStr:nil
|
|
|
+ imageStr:@""
|
|
|
cancelTitle:NSLocalizedString(@"other_cancel",nil)
|
|
|
okTitle:NSLocalizedString(@"other_comment_ok",nil) isOkBtnHighlight:YES
|
|
|
didClickOk:^{
|
|
@@ -1321,7 +1321,7 @@
|
|
|
//[self showNewIndicatorWithCanBack:YES canTouch:NO];
|
|
|
|
|
|
//NSString*code = [[NSString alloc] initWithFormat:@"delFile?path=%@",paraDict[@"path"]]; //delFile?path=[/storage/emulated/0/Download/IMG_6464.HEIC]
|
|
|
- KWeakSelf //@"delFile"
|
|
|
+ //KWeakSelf //@"delFile"
|
|
|
[[netWorkManager shareInstance] cloudPhonePostCallBackCode:@"delFile" Parameters:paraDict success:^(id _Nonnull responseObject) {
|
|
|
//[weakSelf removeNewIndicator];
|
|
|
SuperModel *model = [[SuperModel alloc] initWithDictionary:responseObject error:nil];
|