Commit 5681b5f52da650d7b58fad3f058adfc4f53b0a5f

Authored by 梁星国
1 parent a51892a3

提交0.0.21_网址颜色更改

CNLiveServiceCenterModule.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 = 'CNLiveServiceCenterModule' 10 s.name = 'CNLiveServiceCenterModule'
11 - s.version = '0.0.20' 11 + s.version = '0.0.21'
12 s.summary = '网家家企业端服务中心模块' 12 s.summary = '网家家企业端服务中心模块'
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.
CNLiveServiceCenterModule/Classes/CNLiveServiceCenterModule/View/CNLiveBServiceCertificationCell.m
@@ -152,7 +152,7 @@ @@ -152,7 +152,7 @@
152 text.color = RGBOF(0x7b7b7b); 152 text.color = RGBOF(0x7b7b7b);
153 __weak typeof(self) weakSelf = self; 153 __weak typeof(self) weakSelf = self;
154 154
155 - [text setTextHighlightRange:range color:[UIColor colorWithRed:0.093 green:0.492 blue:1.000 alpha:1.000] backgroundColor:[UIColor whiteColor] userInfo:nil tapAction:^(UIView * _Nonnull containerView, NSAttributedString * _Nonnull text, NSRange range, CGRect rect) { 155 + [text setTextHighlightRange:range color:RGBOF(0xF0AD24) backgroundColor:[UIColor whiteColor] userInfo:nil tapAction:^(UIView * _Nonnull containerView, NSAttributedString * _Nonnull text, NSRange range, CGRect rect) {
156 156
157 //点击文本的操作 157 //点击文本的操作
158 NSLog(@"输出内容"); 158 NSLog(@"输出内容");