Procházet zdrojové kódy

!46 fix : data.combinationActivityId
Merge pull request !46 from cnyballk/fix/api/trade/order

芋道源码 před 1 rokem
rodič
revize
7226eb8eb0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      sheep/api/trade/order.js

+ 1 - 1
sheep/api/trade/order.js

@@ -13,7 +13,7 @@ const OrderApi = {
     if (!(data.addressId > 0)) {
       delete data2.addressId;
     }
-    if (!(data.combinationActivityId) > 0) {
+    if (!(data.combinationActivityId > 0)) {
       delete data2.combinationActivityId;
     }
     if (!(data.combinationHeadId > 0)) {