|
@@ -492,7 +492,7 @@ static CGFloat textFieldH = 56;
|
|
|
|
|
|
- (void)didClickDelButtonInCell:(UITableViewCell *)cell
|
|
|
{
|
|
|
- [SLCustomizeAlert showAletrWithTitle:NSLocalizedString(@"温馨提示", nil) message:@"是否要删除当条朋友圈内容" sureBtnTitle:NSLocalizedString(@"确定", nil) cancelBtnTitle:NSLocalizedString(@"取消", nil) sureBtnAction:^{
|
|
|
+ [SLCustomizeAlert showAletrWithTitle:NSLocalizedString(@"温馨提示", nil) message:NSLocalizedString(@"是否要删除当条朋友圈内容", nil) sureBtnTitle:NSLocalizedString(@"确定", nil) cancelBtnTitle:NSLocalizedString(@"取消", nil) sureBtnAction:^{
|
|
|
NSIndexPath *index = [self.tableView indexPathForCell:cell];
|
|
|
SDTimeLineCellModel *model = self.dataArray[index.row];
|
|
|
[[SLHttpCenter SharedInstance] getWithUrl:@"/api/Friend/DelateFriendCircle" parameter:@{@"id":model.friendId} success:^(id responseObject) {
|