From cf3054ac2ef8f4e9b6c4342a2ab6482383b5c184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Mon, 27 Jun 2022 13:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80=E7=AE=B1=E5=AD=90=E5=89=8D?= =?UTF-8?q?=EF=BC=8C=E5=85=88=E7=BB=91=E5=AE=9A=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script.js b/script.js index 24791ebe..710470a0 100644 --- a/script.js +++ b/script.js @@ -1973,6 +1973,7 @@ function initialize(event) { function openShowBox(e) { const table = this.parentNode.parentNode.parentNode.parentNode; + table.querySelector(".set-default").onclick(); //打开箱子前先绑定这个数据 showSearch(table.data.parsedCards.map(m=>m.toOldMember())); playerDataFrame.btnClose.onclick(); }