shawenguan 1 год назад
Родитель
Сommit
dca0a62dd8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Scripts/hbcpre/hbcpreComposite.js

+ 1 - 1
Scripts/hbcpre/hbcpreComposite.js

@@ -86,7 +86,7 @@ async function tryComposite() {
         // 固定材料
         let needList = activityData.needList;
         // 个人拥有材料列表
-        let ownList = data.ownList;
+        let ownList = activityData.ownList;
         let isEnough = true;
         for (let i = 0; i < ownList.length; i++) {
             let iData = ownList[i];