From b46c0432b20184c780400990b3b8a7f0ee85bfd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com>
Date: Thu, 18 Jan 2024 14:13:52 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B9=B3=E5=B1=B1=E4=BA=A7=E4=BA=A4=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
static/js/project/listingItems/items2.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
}