From 6050ee474083c3b1af4cd19b3cfa775ca0752c55 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Thu, 7 Dec 2023 09:57:41 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/view/user/user.html b/view/user/user.html index f2924f5..5091904 100644 --- a/view/user/user.html +++ b/view/user/user.html @@ -675,7 +675,7 @@ {{i+1}} {{value.projectName}} - {{value.biddingStopTime}} + {{value.biddingStopSetime}} {{if value.biddingType == '1' && value.projectShowStatus == '竞价中'}} * @@ -707,8 +707,8 @@ 序号 项目名称 报名是否成功 - 竞价开始时间 - 竞价结束时间 + 报名开始时间 + 竞报名结束时间 操作 @@ -723,8 +723,8 @@ overflow: hidden;" >{{value.projectName}}

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