|
|
@@ -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)
|