shawenguan 2 лет назад
Родитель
Сommit
5373d302f5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Scripts/gandart/gandartHelper.js

+ 2 - 2
Scripts/gandart/gandartHelper.js

@@ -377,9 +377,9 @@ async function refreshLstOnSale(castingId, price) {
                                 }
                             }
                             if (retItemLst.length > 0) {
-                                lk.log(`无匹配的价格(<=${resalePrice}),当前[${collectionName}]最低价:${minPrice}`);
+                                lk.log(`无匹配的价格(<=${price}),当前[${collectionName}]最低价:${minPrice}`);
                                 const one = retItemLst[0];
-                                lk.appendNotifyInfo(`🎉成功匹配产品[${one.collectionName}#${one.viewSort}](<=${resalePrice}),数量: ${retItemLst.length},最低价格:${one.resalePrice}`);
+                                lk.appendNotifyInfo(`🎉成功匹配产品[${one.collectionName}#${one.viewSort}](<=${price}),数量: ${retItemLst.length},最低价格:${one.resalePrice}`);
                             }
                         } else {
                             lk.execFail();