From 4657dedaef6ed024167baf0c0a9d973d4f859fa4 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:01:40 +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 --- src/views/user/bidding/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/user/bidding/index.vue b/src/views/user/bidding/index.vue index 6969b8e4..f9af1e88 100644 --- a/src/views/user/bidding/index.vue +++ b/src/views/user/bidding/index.vue @@ -45,21 +45,21 @@ + }[item.projectShowStatus]}" v-if="item.biddingType=='1'&&item.projectShowStatus!='已经成交'"> * + }[item.projectShowStatus]}" v-if="(item.biddingType=='1'&&item.projectShowStatus=='已经成交'&&item.money) || (item.biddingType!='1'&&item.money)"> {{item.money}}{{item.unit}} + }[item.projectShowStatus]}" v-if="(item.biddingType!='1'&&!item.money) || (item.biddingType=='1'&&item.projectShowStatus=='已经成交'&&!item.money)"> 暂无出价