Browse Source

产交

newProperty
庞东旭 1 year ago
parent
commit
9f3fe61d55
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      static/js/project/listingItems/items2.js

+ 2
- 2
static/js/project/listingItems/items2.js View File

@@ -366,11 +366,11 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
let biddingStartTime = content.biddingStartTime;
let biddingStopTime = content.biddingStopTime;
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);
}
// }
}
}, 1000)
}


Loading…
Cancel
Save