__weak typeof (self) wkSelf = self;
__weaktypeof(upViewCell) wkCell = upViewCell;
upViewCell.zuoShanBack= ^(UIButton*btn) {
[wkCellcloseMenuWithCompletionHandle:^{
NSMutableDictionary *params = [NSMutableDictionary dictionary];
params[@"id"] = viewModel.id;
params[@"token"]=[DJUserDefaults
网友评论