Commit 3a9b7a8525388619180a149787c126223ff20f84
1 parent
ea5f4d80
0.4.3
Showing
2 changed files
with
1 additions
and
2 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/Colletion/ViewController/CNMineGoodsCollectViewController.m
| ... | ... | @@ -64,7 +64,6 @@ |
| 64 | 64 | - (void)viewDidLoad { |
| 65 | 65 | [super viewDidLoad]; |
| 66 | 66 | self.view.backgroundColor = CNLiveColorWithHexString(@"#F2F2F2"); |
| 67 | - [self loadData]; | |
| 68 | 67 | self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone; |
| 69 | 68 | self.tableView.backgroundColor = CNLiveColorWithHexString(@"#F2F2F2"); |
| 70 | 69 | weakself | ... | ... |