From 7cb2210819b9e20f5abb0da3f0e1d56adf3573df Mon Sep 17 00:00:00 2001
From: sgj <sgj@bronet.cn>
Date: Thu, 17 Jan 2019 15:10:25 +0800
Subject: [PATCH] 调整评论顺序

---
 public/themes/simpleboot3/portal/friends/friendlist.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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('评论成功');
--
libgit2 0.24.0