Commit 9a73f9c8 authored by 曹云霄's avatar 曹云霄

修改项说明:

parent 4da09d93
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{ {
__weak typeof(self) weakSelf = self; WS(weakSelf);
ProductScreeningTableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]; ProductScreeningTableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
TOGoodsEntityModel *model = [self.productDatasArray objectAtIndex_opple:indexPath.row]; TOGoodsEntityModel *model = [self.productDatasArray objectAtIndex_opple:indexPath.row];
CGRect cellRect = [cell convertRect:cell.bounds toView:self.view]; CGRect cellRect = [cell convertRect:cell.bounds toView:self.view];
...@@ -280,8 +280,6 @@ ...@@ -280,8 +280,6 @@
popover.sourceView = shareController.view; popover.sourceView = shareController.view;
popover.sourceRect = CGRectMake(sender.mj_x, sender.mj_y-30, sender.mj_w, sender.mj_h); popover.sourceRect = CGRectMake(sender.mj_x, sender.mj_y-30, sender.mj_w, sender.mj_h);
[self presentViewController:shareController animated:YES completion:nil]; [self presentViewController:shareController animated:YES completion:nil];
} }
#pragma mark -保存图片到相册 #pragma mark -保存图片到相册
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment