From 5511269764d88194c01594dde59d2d508a93ae31 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 9 Jun 2024 20:32:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SrcJuying.js b/SrcJuying.js index 71bfd3d5..aeb84169 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -335,7 +335,11 @@ function dianboyiji() { addListener("onClose", $.toString(() => { clearMyVar('点播动态加载loading'); clearMyVar('搜索临时搜索数据'); - refreshPage(false); + if(getItem('historyEnable')=='1'){ + deleteItemByCls('historylist'); + let h = getHistory(); + addItemAfter("historyid", h); + } })); let d = []; let datalist = getDatas('jk'); @@ -869,7 +873,7 @@ function yiji() { } }); - let items = historyList(); + let items = getHistory(); d = d.concat(items); }