登录用户评论获取用户名方式修改

This commit is contained in:
Vanessa
2013-10-26 16:02:25 +08:00
parent 14523d121d
commit a9c4398824
15 changed files with 137 additions and 100 deletions

View File

@@ -144,7 +144,7 @@
var commentHTML = '<div id="' + result.oId
+ '" class="comment-body ' + oddEven + '"><div class="comment-panel"><div class="left comment-author">'
+ '<img alt="' + $("#commentName" + state).val() + '" src="' + result.commentThumbnailURL
+ '<img alt="' + result.userName + '" src="' + result.commentThumbnailURL
+ '"/></div><div class="left comment-info">' + result.replyNameHTML;
if (state !== "") {