shawenguan 1 년 전
부모
커밋
963cf453fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -235,10 +235,10 @@ function handleNewpacklist(){
         const id = iData.id;
         tmpItemDict[id] = iData;
         // 退市标志
-        // iData.is_delisted = 0;
         // iData.sell_status = 1;
         if(iData.pay_price == void 0){
             iData.pay_price = '99999.99';
+            iData.is_delisted = 0;
         }
     }