Commit 442bb9f7e87c4758defdb797342e83d2f80dcf8c

Authored by yanglingyu
1 parent 9ab53a9d

0.1.8

CNLiveCMineModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCMineModule'
11   - s.version = '0.1.7'
  11 + s.version = '0.1.8'
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
... ... @@ -73,7 +73,7 @@ static NSString *const CNSobotNotification_NewMessage = @"CNSobotNotification_Ne
73 73 [self.view addSubview:self.evaluateView];
74 74 [self.evaluateView mas_makeConstraints:^(MASConstraintMaker *make) {
75 75 make.right.equalTo(self.view);
76   - make.bottom.equalTo(self.view).offset(-DS_adapt_length(20));
  76 + make.bottom.equalTo(self.view).offset(-DS_adapt_length(20)-kVerticalTabBarTotalHeight);
77 77 make.width.mas_equalTo(DS_adapt_length(79));
78 78 make.height.mas_equalTo(DS_adapt_length(75.5));
79 79 }];
... ...