修改toastView为新版

This commit is contained in:
wbzhan
2019-08-02 14:27:12 +08:00
parent 21e643a821
commit 374a0fed46
24 changed files with 1085 additions and 588 deletions
@@ -789,7 +789,7 @@ UIGestureRecognizerDelegate>
return;
}
[self.view makeToastActivity];
[self.view makeToastActivity:CSToastPositionCenter];
if (self.privence==nil) {
@@ -413,7 +413,7 @@
return;
}
[self.view makeToastActivity];
[self.view makeToastActivity:CSToastPositionCenter];
UserModel*umodel=[[DataCenter defaultDtacenter]valueForKey:@"UserLogIn"];
@@ -201,7 +201,7 @@
-(void)faSongBtnClick:(UIButton*)btn{
btn.userInteractionEnabled =NO;
[self.view makeToastActivity];
[self.view makeToastActivity:CSToastPositionCenter];
[AFNOHeaderHttpTool sendReportWithUserId:self.listModel.userId baoGaoHtmlName:self.baGaoMod.fileName reportId:self.baGaoMod.reportId success:^(id response) {
NSDictionary*resultDic=[NSJSONSerialization JSONObjectWithData:response options:NSJSONReadingMutableContainers error:nil];
@@ -910,7 +910,7 @@
}
[self.view makeToastActivity];
[self.view makeToastActivity:CSToastPositionCenter];
AFHTTPRequestOperationManager*manager=[AFHTTPRequestOperationManager manager];
@@ -577,7 +577,7 @@
}
[self.view makeToastActivity];
[self.view makeToastActivity:CSToastPositionCenter];
[self screenShot];
UserModel*umodel=[[DataCenter defaultDtacenter]valueForKey:@"UserLogIn"];
@@ -1097,7 +1097,7 @@
}
[self.view makeToastActivity];
[self.view makeToastActivity:CSToastPositionCenter];
CertifyListFourthCell *cell =[self.view viewWithTag:CERTYVIEW_CELLTAGROW9];