|
|
@@ -639,7 +639,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
|
var content = data.rows; |
|
|
|
if (content.length>0){ |
|
|
|
//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); |
|
|
|
}else{ |
|
|
|
$("#nowMoneyBlock").html('暂无出价'); |
|
|
|
} |
|
|
@@ -681,6 +681,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
|
module.data.biddinglistInformationDetailLength = content.length; |
|
|
|
var biddinglistInformationData = template('biddinglistInformationData', module.data); |
|
|
|
$("#tabDetail4").html(biddinglistInformationData); |
|
|
|
$('#unit').html('出价价格('+module.data.outProjectInformationDetail.unit+')') |
|
|
|
if (content.length>0){ |
|
|
|
//console.log('abccba') |
|
|
|
$("#nowMoneyBlock").html('<span id="nowMoney">'+content[0].money+'</span> 元');} |
|
|
|