diff --git a/index.html b/index.html
index f811309..1919e89 100644
--- a/index.html
+++ b/index.html
@@ -396,7 +396,7 @@
{{value.biddingStartTime}} |
{{value.price}} |
- {{if value.biddingType=='自由竞价'&&value.timeType=='进行中'}}
+ {{if value.biddingType == '自由竞价' && value.projectShowStatus != '已经成交'}}
*
{{else}}
{{value.money}}
|