修改toastView为新版
This commit is contained in:
+1
-1
@@ -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];
|
||||
|
||||
+1
-1
@@ -577,7 +577,7 @@
|
||||
}
|
||||
|
||||
|
||||
[self.view makeToastActivity];
|
||||
[self.view makeToastActivity:CSToastPositionCenter];
|
||||
|
||||
[self screenShot];
|
||||
UserModel*umodel=[[DataCenter defaultDtacenter]valueForKey:@"UserLogIn"];
|
||||
|
||||
Reference in New Issue
Block a user