|
@@ -473,6 +473,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
// } |
|
|
// } |
|
|
// document.getElementById('swiperType').style.display = 'block'; |
|
|
// document.getElementById('swiperType').style.display = 'block'; |
|
|
module.data.biddingTimeType = 1; |
|
|
module.data.biddingTimeType = 1; |
|
|
|
|
|
module.data.outProjectInformationDetail.projectShowStatus = '正在竞价'; |
|
|
$('#countType').html('竞价中') |
|
|
$('#countType').html('竞价中') |
|
|
$('#countDown').html('<span>距竞价结束还有:0</span>天<span>0</span>时<span>'+m+'</span>分<span>'+s+'</span>秒') |
|
|
$('#countDown').html('<span>距竞价结束还有:0</span>天<span>0</span>时<span>'+m+'</span>分<span>'+s+'</span>秒') |
|
|
if(module.data.outProjectInformationDetail.biddingType != '自由竞价' && module.data.biddingTimeType != 2){ |
|
|
if(module.data.outProjectInformationDetail.biddingType != '自由竞价' && module.data.biddingTimeType != 2){ |
|
@@ -582,10 +583,6 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
var biddinglistInformationData = template('biddinglistInformationData', module.data); |
|
|
var biddinglistInformationData = template('biddinglistInformationData', module.data); |
|
|
$("#tabDetail4").html(biddinglistInformationData); |
|
|
$("#tabDetail4").html(biddinglistInformationData); |
|
|
}, true); |
|
|
}, true); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var biddinglistInformationData = template('biddinglistInformationData', module.data); |
|
|
|
|
|
$("#tabDetail4").html(biddinglistInformationData); |
|
|
|
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@@ -703,7 +700,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
$('#unit').html('出价价格【'+module.data.outProjectInformationDetail.unit+'】') |
|
|
$('#unit').html('出价价格【'+module.data.outProjectInformationDetail.unit+'】') |
|
|
if (content.length>0){ |
|
|
if (content.length>0){ |
|
|
//console.log('abccba') |
|
|
//console.log('abccba') |
|
|
$("#nowMoneyBlock").html('<span id="nowMoney">'+content[0].money+'</span> 元');} |
|
|
|
|
|
|
|
|
$("#nowMoneyBlock").html('<span id="nowMoney">'+content[0].money+'</span>'+module.data.outProjectInformationDetail.unit);} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|