shawenguan hace 1 año
padre
commit
029ade5347
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Scripts/hbcpre/hbcpreComposite.js

+ 1 - 1
Scripts/hbcpre/hbcpreComposite.js

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