Commit dc4d22fca9b7b367c95999a9379794b2a0ea1abe
1 parent
d44427c0
0.4.9
Showing
3 changed files
with
5 additions
and
1 deletions
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.8' | 11 | + s.version = '0.4.9' |
| 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/CNCMine/View/CNMineEvaAlertView.m
| @@ -107,6 +107,8 @@ | @@ -107,6 +107,8 @@ | ||
| 107 | [alertView.bgView addSubview:alertView.switchView]; | 107 | [alertView.bgView addSubview:alertView.switchView]; |
| 108 | [alertView.bgView addSubview:alertView.sureBtn]; | 108 | [alertView.bgView addSubview:alertView.sureBtn]; |
| 109 | [alertView.bgView addSubview:alertView.textView]; | 109 | [alertView.bgView addSubview:alertView.textView]; |
| 110 | + | ||
| 111 | + [alertView.sureBtn setTitle:@"提交吐槽" forState:UIControlStateNormal]; | ||
| 110 | __block NSString *swichChooseStr = nil; | 112 | __block NSString *swichChooseStr = nil; |
| 111 | alertView.switchView.chooseBlock = ^(NSString * _Nonnull result) { | 113 | alertView.switchView.chooseBlock = ^(NSString * _Nonnull result) { |
| 112 | swichChooseStr = result; | 114 | swichChooseStr = result; |
CNLiveCMineModule/Classes/CNCMine/View/CNTopImageView.m
| @@ -70,6 +70,7 @@ | @@ -70,6 +70,7 @@ | ||
| 70 | }]; | 70 | }]; |
| 71 | [self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) { | 71 | [self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) { |
| 72 | make.left.mas_equalTo(DS_adapt_length(82.5)); | 72 | make.left.mas_equalTo(DS_adapt_length(82.5)); |
| 73 | + make.right.equalTo(self).offset(-10); | ||
| 73 | make.top.mas_equalTo(kStatusHeight+DS_adapt_length(53)); | 74 | make.top.mas_equalTo(kStatusHeight+DS_adapt_length(53)); |
| 74 | }]; | 75 | }]; |
| 75 | [self.mineListView mas_makeConstraints:^(MASConstraintMaker *make) { | 76 | [self.mineListView mas_makeConstraints:^(MASConstraintMaker *make) { |
| @@ -88,6 +89,7 @@ | @@ -88,6 +89,7 @@ | ||
| 88 | 89 | ||
| 89 | [self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) { | 90 | [self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) { |
| 90 | make.left.mas_equalTo(DS_adapt_length(82.5)); | 91 | make.left.mas_equalTo(DS_adapt_length(82.5)); |
| 92 | + make.right.equalTo(self).offset(-10); | ||
| 91 | make.top.mas_equalTo(kStatusHeight+DS_adapt_length(39)); | 93 | make.top.mas_equalTo(kStatusHeight+DS_adapt_length(39)); |
| 92 | }]; | 94 | }]; |
| 93 | [self.homelandBtn mas_makeConstraints:^(MASConstraintMaker *make) { | 95 | [self.homelandBtn mas_makeConstraints:^(MASConstraintMaker *make) { |