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