Ver a proveniência

乳山产交

newProperty
庞东旭 há 1 ano
ascendente
cometimento
2b03151578
2 ficheiros alterados com 11 adições e 7 eliminações
  1. +9
    -2
      static/js/project/bidding/biddingBigDataDetail.js
  2. +2
    -5
      static/js/project/listingItems/items2.js

+ 9
- 2
static/js/project/bidding/biddingBigDataDetail.js Ver ficheiro

@@ -138,8 +138,15 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t
}else{
$('#countDown').html('竞价结束')
module.data.outProjectInformationDetail.projectShowStatus = '竞价结束';
var biddingInformationData = template('biddingInformationData', module.data);
$("#biddingInformationContent").html(biddingInformationData);
setTimeout(()=>{
tools.doGet(biddinglist, {projectId: getQueryVariable('id')}, (data1)=>{
let content1 = data1.rows;
module.data.biddinglistInformationDetail = content1;
module.data.biddinglistInformationDetailLength = content1.length;
var biddingInformationData = template('biddingInformationData', module.data);
$("#biddingInformationContent").html(biddingInformationData);
}, true);
},2000);
return;
}
}


+ 2
- 5
static/js/project/listingItems/items2.js Ver ficheiro

@@ -473,6 +473,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
// }
// document.getElementById('swiperType').style.display = 'block';
module.data.biddingTimeType = 1;
module.data.outProjectInformationDetail.projectShowStatus = '正在竞价';
$('#countType').html('竞价中')
$('#countDown').html('<span>距竞价结束还有:0</span>天<span>0</span>时<span>'+m+'</span>分<span>'+s+'</span>秒')
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);
$("#tabDetail4").html(biddinglistInformationData);
}, true);


var biddinglistInformationData = template('biddinglistInformationData', module.data);
$("#tabDetail4").html(biddinglistInformationData);
return;
}
}
@@ -703,7 +700,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
$('#unit').html('出价价格【'+module.data.outProjectInformationDetail.unit+'】')
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);}
}
}



Carregando…
Cancelar
Guardar