From fdc9af32566e9b7d2a8852cdc56c4c14d696f771 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 25 Jan 2024 13:16:59 +0800 Subject: [PATCH] up --- public/dashboard/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/dashboard/index.html b/public/dashboard/index.html index 7df4502..09ec1b8 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -338,10 +338,10 @@ // 满意度 satisfied var satisfieds = datas.satisfied $(".satisfied").empty("") - satisfieds.map(item=>{ + satisfieds.map((item,index)=>{ var score = parseInt(item.score)*20 var per = score +'%' - $(".satisfied").append("