shawenguan il y a 1 an
Parent
commit
88efabf9a2
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      Scripts/elife/ofpayGrab.js

+ 2 - 0
Scripts/elife/ofpayGrab.js

@@ -108,11 +108,13 @@ async function all() {
                     }
                     let allBuyEntries = getWillMarketBuyListAll();
                     lk.log(JSON.stringify(allBuyEntries));
+                    lk.log(`length=${allBuyEntries.length}`);
                     let allRetList = [];
                     for (let i = 0; i < allBuyEntries.length; i++) {
                         const cateType = allBuyEntries[i][0];
                         lk.log(JSON.stringify(cateType));
                         const buyList = allBuyEntries[i][1];
+                        lk.log(JSON.stringify(buyList));
                         if (!buyList) {
                             continue;
                         }