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

+ 1 - 0
Scripts/hbcpre/hbcpreHelper.js

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