shawenguan пре 1 година
родитељ
комит
901f3e4105
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -505,7 +505,7 @@ function handlerWorksInfo() {
     // ownerId 用户UID
     // minPrice-maxPrice 允许的最低价-最高价
     // price priceCny 当前在售价
-    data.introduction = `合约地址:\n${data.contractAddress}\n ${data.introduction}`;
+    data.issuerDesc = `合约地址:\n${data.contractAddress}\n${data.issuerDesc}`;
     gRetBody = rspData;
 }