|
|
@@ -119,9 +119,16 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t |
|
|
|
var m,s; |
|
|
|
m = Math.floor(difference/1000/60%60); |
|
|
|
s = Math.floor(difference/1000%60); |
|
|
|
if(s%2 == 0&¢erTime!=0){ |
|
|
|
tools.doGet(getBiddingStopTime+getQueryVariable('id'), {}, (data)=>{ |
|
|
|
if (data.code == 200) { |
|
|
|
module.data.outProjectInformationDetail.biddingStopTime = data.data |
|
|
|
} |
|
|
|
},true); |
|
|
|
} |
|
|
|
if ( differenceSetime <= 0 && difference >= 0 && difference <= centerTime){ |
|
|
|
module.dataCompare(signupStartTime,signupStopTime,biddingStartTime,biddingStopTime); |
|
|
|
if (s < 2 && m < 1){ |
|
|
|
if (s < 1 && m < 1){ |
|
|
|
console.log("竞价结束22222222222") |
|
|
|
tools.doGet(getBiddingStopTime+getQueryVariable('id'), {}, function(data){ |
|
|
|
if (data.code == 200) { |
|
|
@@ -156,7 +163,6 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t |
|
|
|
|
|
|
|
$("#bmrs").html(content.bidderNum); |
|
|
|
$("#cjcs").html(content.bidPriceNum); |
|
|
|
$("#jssj").html(content.biddingStopTime); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|