diff --git a/public/dashboard/index.html b/public/dashboard/index.html index 7862236..bc901e9 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -348,9 +348,9 @@ }) // 最新评价 var tips = datas.tip - $(".tips").empty("") + $(".tip").empty("") tips.map(item=>{ - $(".tips").append(""+ + $(".tip").append(""+ item.contact+"评价:"+item.comment+""+ // ""+item.project.name+""+ "")