Commit 46b2322e authored by hujun's avatar hujun

移除之前的标签元素

parent 770a7e41
......@@ -199,6 +199,7 @@ function alertFollow(obj){
success: function (data) {
if (data.code == 200) {
var str = '';
$("#list_follow").empty();
$.each(data.data, function (i,item) {
str += "<tr><td>"+item['content']+"</td><td>"+item['admin_name']+"</td><td>"+item['create_time']+"</td></tr>";
$("#list_follow").html(str);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment