From 131573bdab999215ec3ecb806d5c724008a9a80d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Mon, 21 Jun 2021 11:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 47bb118..feb31cc 100644 --- a/index.html +++ b/index.html @@ -621,9 +621,9 @@ {{each supplyDemandList as value i}} 供 - 项目名称 - 发布时间 - 联系电话 + {{value.projectName}} + {{value.logintime}} + {{value.phone}} {{/each}} @@ -632,9 +632,9 @@ {{each supplyDemand2List as value i}} 需 - 项目名称 - 发布时间 - 联系电话 + {{value.projectName}} + {{value.logintime}} + {{value.phone}} {{/each}}