shawenguan 1 anno fa
parent
commit
9cb2b5fe47
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -440,7 +440,7 @@ function handlerHomeSeriesList(){
             item.soldNum = item.issueNum - 1;
         }
         item.saleTime -= otimeOffset;
-        item.status = 0;
+        item.status = 2;
     }
     gRetBody = rspData;
 }