From 4dafc28b4eed2685a3307a59370cac4f3daa376c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Tue, 16 Jan 2024 17:12:16 +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 --- view/bidding/biddingList.html | 2 +- view/user/user.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/bidding/biddingList.html b/view/bidding/biddingList.html index 5c628c6..2ef6132 100644 --- a/view/bidding/biddingList.html +++ b/view/bidding/biddingList.html @@ -212,7 +212,7 @@ {{value.biddingStopTime}} {{value.price}} - {{if value.biddingType=='自由竞价'&&value.timeType!='已结束'}} + {{if value.biddingType=='自由竞价'&&value.projectShowStatus!='已经成交'}} * {{else}} {{value.money}} diff --git a/view/user/user.html b/view/user/user.html index c424424..3310c77 100644 --- a/view/user/user.html +++ b/view/user/user.html @@ -618,7 +618,7 @@ {{value.projectName}} {{value.biddingStopTime}} - {{if value.biddingType == '1' && value.projectShowStatus == '竞价中'}} + {{if value.biddingType == '1' && value.projectShowStatus != '已经成交'}} * {{else}} {{value.money}}