shawenguan 1 год назад
Родитель
Сommit
91e389ba83
1 измененных файлов с 1 добавлено и 0 удалено
  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;