Ver a proveniência

产交

newProperty
庞东旭 há 2 anos
ascendente
cometimento
9f3fe61d55
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      static/js/project/listingItems/items2.js

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

@@ -366,11 +366,11 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
let biddingStartTime = content.biddingStartTime; let biddingStartTime = content.biddingStartTime;
let biddingStopTime = content.biddingStopTime; let biddingStopTime = content.biddingStopTime;
var nowTime = Date.parse(new Date()); var nowTime = Date.parse(new Date());
if(Date.parse(biddingStartTime)<nowTime&&nowTime<Date.parse(biddingStopTime)){
// if(Date.parse(biddingStartTime)<nowTime&&nowTime<Date.parse(biddingStopTime)){
//正在竞价 //正在竞价
//交易项目竞价记录 //交易项目竞价记录
tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true); tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true);
}
// }
} }
}, 1000) }, 1000)
} }


Carregando…
Cancelar
Guardar