Commit 57fdd64d by houweibin

wishlist页面 总价更新

parent 80f84d4e
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
-(void)viewWillAppear:(BOOL)animated { -(void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated]; [super viewWillAppear:animated];
[self.navigationController setNavigationBarHidden:NO]; [self.navigationController setNavigationBarHidden:NO];
[self setTotalPrice];
} }
- (IBAction)onClickComplete:(id)sender{ - (IBAction)onClickComplete:(id)sender{
...@@ -52,7 +53,6 @@ ...@@ -52,7 +53,6 @@
[self.tbvWish registerNib:[UINib nibWithNibName:NSStringFromClass([KWMWishCell class]) bundle:nil] forCellReuseIdentifier:NSStringFromClass([KWMWishCell class])]; [self.tbvWish registerNib:[UINib nibWithNibName:NSStringFromClass([KWMWishCell class]) bundle:nil] forCellReuseIdentifier:NSStringFromClass([KWMWishCell class])];
self.wishArray = [NSMutableArray array]; self.wishArray = [NSMutableArray array];
self.productArray = [NSMutableArray array]; self.productArray = [NSMutableArray array];
[self setTotalPrice];
} }
-(void)removeWish:(NSNumber *)variantId{ -(void)removeWish:(NSNumber *)variantId{
......
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