Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /