shawenguan hace 1 año
padre
commit
91e389ba83
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;