Commit 981182e4 authored by zhu's avatar zhu

no message

parent 1c9a444b
...@@ -417,7 +417,7 @@ typedef enum : NSUInteger { ...@@ -417,7 +417,7 @@ typedef enum : NSUInteger {
if (Detail.IsDeleted) { if (Detail.IsDeleted) {
[_shopeArr removeObjectAtIndex:button.tag]; [_shopeArr removeObjectAtIndex:button.tag];
}else{ }else{
[_shopeArr replaceObjectAtIndex:button.tag withObject:Detail]; [_shopeArr replaceObjectAtIndex:button.tag withObject:Detail];
} }
[mingXiTableView reloadData]; [mingXiTableView reloadData];
......
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