Skip to content

Commit 1d78a7c

Browse files
committed
讨论评论显示文字-不显示[图片]
1 parent 00bf6ee commit 1d78a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Models/ProjectTopic.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ - (instancetype)init
3030

3131
- (void)setContent:(NSString *)content{
3232
if (_content != content) {
33-
_htmlMedia = [HtmlMedia htmlMediaWithString:content showType:MediaShowTypeAll];
33+
_htmlMedia = [HtmlMedia htmlMediaWithString:content showType:MediaShowTypeCode];
3434
_content = _htmlMedia.contentDisplay;
3535
}
3636
}

0 commit comments

Comments
 (0)