|
|
@@ -407,9 +407,16 @@
|
|
|
_shareLinkCopyButton.hidden = YES;
|
|
|
|
|
|
//失效时间
|
|
|
- NSString *tipStr2 = NSLocalizedString(@"copy_share_link_Invalid_tip",nil);
|
|
|
- _shareEndDateLabel.text = tipStr2;
|
|
|
- _shareEndDateLabel.textColor = [UIColor hwColor:@"#DD4E4E"];
|
|
|
+ //NSString *tipStr2 = NSLocalizedString(@"copy_share_link_Invalid_tip",nil);
|
|
|
+ //_shareEndDateLabel.text = tipStr2;
|
|
|
+ //_shareEndDateLabel.textColor = [UIColor hwColor:@"#DD4E4E"];
|
|
|
+
|
|
|
+ if(_dataModel.reportStatus){
|
|
|
+ _shareEndDateLabel.text = _dataModel.reportTime;
|
|
|
+ }
|
|
|
+ else{
|
|
|
+ _shareEndDateLabel.text = _dataModel.expirationTime;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|