From f33ae68d6463bc5eb1a0d47156286f51fdfaef77 Mon Sep 17 00:00:00 2001
From: sgj <sgj@bronet.cn>
Date: Thu, 17 Jan 2019 13:10:15 +0800
Subject: [PATCH] 评论操作

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

diff --git a/public/themes/simpleboot3/portal/friends/friendlist.html b/public/themes/simpleboot3/portal/friends/friendlist.html
index 4e75b12..bd6bc28 100644
--- a/public/themes/simpleboot3/portal/friends/friendlist.html
+++ b/public/themes/simpleboot3/portal/friends/friendlist.html
@@ -234,7 +234,10 @@
                     id:id,
                 },
                 success:function (res) {
-                    console.log(res)
+                  if(res.code==1){
+                      $('.bottom_box').hide().attr('id','')
+                      alert('评论成功');
+                  }
                 }
             })
 
--
libgit2 0.24.0