diff --git a/static/js/project/listingItems/items2.js b/static/js/project/listingItems/items2.js
index 1a68999..62b1ea6 100644
--- a/static/js/project/listingItems/items2.js
+++ b/static/js/project/listingItems/items2.js
@@ -202,7 +202,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
$('#countType').html('未开始')
$('#countDown').html('距竞价开始还有:'+d+'天'+h+'时'+m+'分'+s+'秒')
//竞价暂未开始
- document.getElementById('biddingTitle').innerHTML = '竞价暂未开始...';
+ // document.getElementById('biddingTitle').innerHTML = '竞价暂未开始...';
module.data.biddingTimeType = 3;
}