Commit d4edc5a07b3817886e622842603cfb9972ba4a83

Authored by yanglingyu
1 parent 3a9b7a85

0.4.4

CNLiveCMineModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCMineModule'
11   - s.version = '0.4.3'
  11 + s.version = '0.4.4'
12 12 s.summary = '网家家C端个人中心'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveCMineModule/Classes/CNCMine/ViewController/CNLiveMineVC.m
... ... @@ -101,7 +101,6 @@ static NSString *const CNSobotNotification_NewMessage = @"CNSobotNotification_Ne
101 101 self.bgScrollView.contentSize = CGSizeMake(kScreenWidth, self.versionLabel.bottom + DS_adapt_length(8));
102 102 [self getTaskList];
103 103 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(addTolks) name:CNSobotNotification_NewMessage object:nil];
104   - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getTaskList) name:UIApplicationDidBecomeActiveNotification object:nil];
105 104 }
106 105  
107 106 - (void)viewWillAppear:(BOOL)animated
... ...