Browse Source

打开箱子前,先绑定数据

tags/v24.3
枫谷剑仙 3 years ago
parent
commit
cf3054ac2e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      script.js

+ 1
- 0
script.js View File

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


Loading…
Cancel
Save