登录用户评论获取用户名方式修改
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
commentHTML += '<div class="right">' + result.commentDate
|
||||
+ ' <a class="no-underline" href="javascript:replyTo(\'' + result.oId + '\');">${replyLabel}</a>'
|
||||
+ '</div><div class="clear"></div></div><div class="comment-body">'
|
||||
+ '<div class="left comment-picture"><img alt="' + $("#commentName" + state).val()
|
||||
+ '<div class="left comment-picture"><img alt="' + result.userName
|
||||
+ '" src="' + result.commentThumbnailURL + '"/>'
|
||||
+ '</div><div class="comment-content">' +
|
||||
Util.replaceEmString($("#comment" + state).val().replace(/</g, "<").replace(/>/g, ">").replace(/\n/g,"<br/>"))
|
||||
|
Reference in New Issue
Block a user