Ver código fonte

乳山产权问题修改

newProperty
庞东旭 1 ano atrás
pai
commit
73cc58130c
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      static/js/project/bidding/biddingBigDataDetail.js

+ 3
- 0
static/js/project/bidding/biddingBigDataDetail.js Ver arquivo

@@ -137,6 +137,9 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t
module.data.outProjectInformationDetail.biddingStopTime = data.data;
}else{
$('#countDown').html('竞价结束')
module.data.outProjectInformationDetail.projectShowStatus = '竞价结束';
var biddingInformationData = template('biddingInformationData', module.data);
$("#biddingInformationContent").html(biddingInformationData);
return;
}
}


Carregando…
Cancelar
Salvar