Skip to content

Commit e7ad6f0

Browse files
wanghenghengEase
authored and
Ease
committed
时间
1 parent 852f172 commit e7ad6f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Coding_iOS/Views/Cell/CodingTipCell.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ - (void)setCurTip:(CodingTip *)curTip{
122122
//owner姓名
123123
[self.ownerNameBtn setUserTitle:userName font:[UIFont systemFontOfSize:17] maxWidth:(kCodingTipCell_WidthContent -80)];
124124
//时间
125-
_timeLabel.text = _curTip.target_type;
125+
// _timeLabel.text = _curTip.target_type;
126+
_timeLabel.text = [_curTip.created_at stringDisplay_HHmm];
126127

127128
//content
128129
[_contentLabel setLongString:_curTip.content withFitWidth:kCodingTipCell_WidthContent];

0 commit comments

Comments
 (0)