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

+ 2 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -659,11 +659,12 @@ function handlerWorksInfo() {
     }
     let data = rspData.data;
     // sourceType 4=空投 7=兑换
-    // sellType 1=可寄售 2=未开放流通 3=可寄售
+    // sellType
     // status 1=未上架 6=寄售中 13=锁定中,待支付 16=已完成
     // ownerId 用户UID
     // minPrice-maxPrice 允许的最低价-最高价
     // price priceCny 当前在售价
+    data.sourceType = null;
     data.sellType = 1;
     let contractAddress = data.contractAddress;
     let strLen = contractAddress.length;