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(); }