From de728f661b520d055b29738778abd942665dd34a Mon Sep 17 00:00:00 2001
From: sgj <sgj@bronet.cn>
Date: Thu, 17 Jan 2019 14:32:12 +0800
Subject: [PATCH] 调整评论顺序

---
 public/themes/simpleboot3/portal/friends/friendlist.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/public/themes/simpleboot3/portal/friends/friendlist.html b/public/themes/simpleboot3/portal/friends/friendlist.html
index bd6bc28..772b259 100644
--- a/public/themes/simpleboot3/portal/friends/friendlist.html
+++ b/public/themes/simpleboot3/portal/friends/friendlist.html
@@ -107,7 +107,7 @@
                         </text>
                     </div>
                     </if>
-                    <div class='comment_list'>
+                    <div class='comment_list comment{$v.id}'>
                        <volist name="$v.comment" id="comment">
                            <div>
                                <text class="comment_name">{$comment.user_name} :</text>
@@ -235,7 +235,8 @@
                 },
                 success:function (res) {
                   if(res.code==1){
-                      $('.bottom_box').hide().attr('id','')
+                      $('.bottom_box').hide().attr('id','');
+
                       alert('评论成功');
                   }
                 }
--
libgit2 0.24.0