From fdeedf6da4cfe2ebd45749a46edf0cb3bc7da9ac Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 11 Jun 2024 14:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyPublic.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyPublic.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index e2e453d8..6c66a32d 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -340,9 +340,10 @@ function getHistory(){ items.forEach(item=>{ //log(JSON.parse(item.params).params); let extra = JSON.parse(JSON.stringify(JSON.parse(item.params).params || {})); - extra["cls"] = "historylist"; + //extra["cls"] = "historylist"; + log(extra); let e = Object.assign({}, extra); - e["cls"] = "historylist"; + //e["cls"] = "historylist"; log(e); h.push({ title: item.title,