Commit 3a9b7a8525388619180a149787c126223ff20f84

Authored by yanglingyu
1 parent ea5f4d80

0.4.3

CNLiveCMineModule.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveCMineModule' 10 s.name = 'CNLiveCMineModule'
11 - s.version = '0.4.2' 11 + s.version = '0.4.3'
12 s.summary = '网家家C端个人中心' 12 s.summary = '网家家C端个人中心'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
CNLiveCMineModule/Classes/Colletion/ViewController/CNMineGoodsCollectViewController.m
@@ -64,7 +64,6 @@ @@ -64,7 +64,6 @@
64 - (void)viewDidLoad { 64 - (void)viewDidLoad {
65 [super viewDidLoad]; 65 [super viewDidLoad];
66 self.view.backgroundColor = CNLiveColorWithHexString(@"#F2F2F2"); 66 self.view.backgroundColor = CNLiveColorWithHexString(@"#F2F2F2");
67 - [self loadData];  
68 self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone; 67 self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
69 self.tableView.backgroundColor = CNLiveColorWithHexString(@"#F2F2F2"); 68 self.tableView.backgroundColor = CNLiveColorWithHexString(@"#F2F2F2");
70 weakself 69 weakself