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}}