Ver código fonte

产交

newProperty
庞东旭 1 ano atrás
pai
commit
9f3fe61d55
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      static/js/project/listingItems/items2.js

+ 2
- 2
static/js/project/listingItems/items2.js Ver arquivo

@@ -366,11 +366,11 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
let biddingStartTime = content.biddingStartTime; let biddingStartTime = content.biddingStartTime;
let biddingStopTime = content.biddingStopTime; let biddingStopTime = content.biddingStopTime;
var nowTime = Date.parse(new Date()); var nowTime = Date.parse(new Date());
if(Date.parse(biddingStartTime)<nowTime&&nowTime<Date.parse(biddingStopTime)){
// if(Date.parse(biddingStartTime)<nowTime&&nowTime<Date.parse(biddingStopTime)){
//正在竞价 //正在竞价
//交易项目竞价记录 //交易项目竞价记录
tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true); tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true);
}
// }
} }
}, 1000) }, 1000)
} }


Carregando…
Cancelar
Salvar