diff --git a/public/themes/simpleboot3/portal/friends/friendlist.html b/public/themes/simpleboot3/portal/friends/friendlist.html
index 5717ede..0bead0b 100644
--- a/public/themes/simpleboot3/portal/friends/friendlist.html
+++ b/public/themes/simpleboot3/portal/friends/friendlist.html
@@ -237,7 +237,7 @@
                   if(res.code==1){
                       $('.bottom_box').hide().attr('id','');
                       $('.'+'comment'+id).append("<div>" +
-                          "                               <text class=\"comment_name\">{$user['user_login']} :</text>" +
+                          "                               <text class=\"comment_name\">{$user.user_login} :</text>" +
                           "                               <text>"+content+"</text>" +
                           "                           </div>")
                       alert('评论成功');