Commit 1d2c21ab authored by mei's avatar mei

no message

parent 27b3e86a
......@@ -239,7 +239,10 @@
[self.leftSubView.shoppingBtn setBackgroundImage:[UIImage imageNamed:@"selectshoping"] forState:UIControlStateNormal];
self.shoppingView=[[ShoppingView alloc]init];
self.shoppingView.view.backgroundColor=[UIColor clearColor];
self.shoppingView.productModelArray=self.productModelArray;
for (TOGoodsEntity *GoodsEntity in self.productModelArray) {
[ self.shoppingView.productModelArray addObject:GoodsEntity];
}
// self.shoppingView.productModelArray=self.productModelArray;
self.shoppingView.delegate=self;
[self.view addSubview:self.shoppingView.view];
......
......@@ -167,8 +167,6 @@
//选择
-(void)selfctAtIndexpath:(CustomShopingSeclectButton *)sender
{
NSArray *cellArray=self.shoppingTableView.visibleCells;
ShoppingCell *cell=[self.shoppingTableView cellForRowAtIndexPath:sender.customIndexPath];
if ([self.selectTagArray containsObject:[NSString stringWithFormat:@"%d",sender.tag]]) {
[sender setBackgroundImage:[UIImage imageNamed:@"box-副本"] forState:UIControlStateNormal];
[self.selectTagArray removeObject:[NSString stringWithFormat:@"%d",sender.tag]];
......
This diff is collapsed.
......@@ -64,6 +64,4 @@ SPEC CHECKSUMS:
SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4
UMengSocial: 48b67179c492a8cf7803fbb0438b8f55432e2fc1
PODFILE CHECKSUM: ce813becb6471581d2231aa1586a015081ae7114
COCOAPODS: 1.0.0
COCOAPODS: 0.39.0
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