Explorar o código

1.举报封禁cell显示红色

huangxiaodong hai 1 ano
pai
achega
aa35a2e5d6

+ 2 - 1
创维盒子/双子星云手机/Class/Set/previewFile/view/shareRecordTableViewCell.m

@@ -176,11 +176,12 @@
     if(_dataModel.expirationStatus || _dataModel.reportStatus){
         _stateLabel.text = NSLocalizedString(@"copy_share_link_Invalid_tip",nil);
         
+        [_stateLabel setTextColor:HW666666Color]; //#01B7EA
         if(_dataModel.reportStatus){
             _stateLabel.text = NSLocalizedString(@"share_report_tip2",nil);
+            [_stateLabel setTextColor:[UIColor hwColor:@"#DD4E4E"]]; //#01B7EA
         }
         
-        [_stateLabel setTextColor:HW666666Color]; //#01B7EA
     }
     else{
         if(_dataModel.expirationDay== 0)