From 0e634e884c7c0774c8aaf0c2b6696161aa95cda1 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Thu, 7 Dec 2023 10:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/user/user.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/view/user/user.html b/view/user/user.html index 54b5a33..cc9c5d6 100644 --- a/view/user/user.html +++ b/view/user/user.html @@ -665,7 +665,7 @@ 序号 项目名称 - 结束时间 + 实际结束时间 项目当前价 我的竞价 项目状态 @@ -675,7 +675,7 @@ {{i+1}} {{value.projectName}} - {{value.biddingStopSetime}} + {{value.biddingStopTime}} {{if value.biddingType == '1' && value.projectShowStatus == '竞价中'}} * @@ -707,8 +707,8 @@ 序号 项目名称 报名是否成功 - 报名开始时间 - 报名结束时间 + 竞价开始时间 + 实际竞价结束时间 操作 @@ -723,8 +723,8 @@ overflow: hidden;" >{{value.projectName}}

{{value.depositStatus}} - {{value.signupStartTime}} - {{value.signupStopTime}} + {{value.biddingStartTime}} + {{value.biddingStopTime}}