|
|
@@ -172,7 +172,6 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT |
|
|
|
$('#page_s1').html('共'+pageCount+'页') |
|
|
|
} |
|
|
|
module.data.pageCount = pageCount; |
|
|
|
module.data.biddingInformationList = content; |
|
|
|
for(var i = 0 ; i < content.length ; i++){ |
|
|
|
if(content[i].biddingStopTime == null || content[i].biddingStartTime == null){continue;} |
|
|
|
var endTimes=content[i].biddingStopTime.substring(0,10).split('-'); |
|
|
@@ -200,6 +199,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT |
|
|
|
content[i].timeType = '未开始' |
|
|
|
} |
|
|
|
} |
|
|
|
module.data.biddingInformationList = content; |
|
|
|
var biddingInformationData = template('biddingInformationData', module.data); |
|
|
|
$("#biddingInformationContent").html(biddingInformationData); |
|
|
|
} |
|
|
|