|
|
@@ -366,11 +366,11 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
|
let biddingStartTime = content.biddingStartTime; |
|
|
|
let biddingStopTime = content.biddingStopTime; |
|
|
|
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); |
|
|
|
} |
|
|
|
// } |
|
|
|
} |
|
|
|
}, 1000) |
|
|
|
} |
|
|
|