From 8bb673ff92b79e3d6f8f0db200886c2886b4a911 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Thu, 24 Jul 2025 14:49:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/project/listingItems/bond.js | 1 + view/listingItems/bond.html | 10 ++++++++++ view/listingItems/itemsDetail.html | 21 ++------------------- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/static/js/project/listingItems/bond.js b/static/js/project/listingItems/bond.js index dfb339e..3477181 100644 --- a/static/js/project/listingItems/bond.js +++ b/static/js/project/listingItems/bond.js @@ -44,6 +44,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function //底部友情链接 module.webConfig = function (data) { if (data.code == 200) { + $("#xzConfig").html(data.data[6].configValue); $("#fwxyConfig").html(data.data[15].configValue); $("#cnsConfig").html(data.data[16].configValue); } diff --git a/view/listingItems/bond.html b/view/listingItems/bond.html index bf719d2..d123f4a 100644 --- a/view/listingItems/bond.html +++ b/view/listingItems/bond.html @@ -295,6 +295,16 @@ + + diff --git a/view/listingItems/itemsDetail.html b/view/listingItems/itemsDetail.html index 0aa7bef..a0c8c0a 100644 --- a/view/listingItems/itemsDetail.html +++ b/view/listingItems/itemsDetail.html @@ -97,23 +97,6 @@

- {{if outProjectInformationDetail.projectShowStatus == '已经成交' || outProjectInformationDetail.projectShowStatus == '项目公示'}} - - {{/if}} - {{if outProjectInformationDetail.projectShowStatus == '正在报名'}} - - {{/if}} - {{if outProjectInformationDetail.projectShowStatus == '等待竞价'}} - - {{/if}} - {{if outProjectInformationDetail.projectShowStatus == '等待成交'}} - - {{/if}} - {{if outProjectInformationDetail.projectShowStatus == '正在竞价'}} - - {{/if}} - {{# outProjectInformationDetail.projectShowStatus}} - {{outProjectInformationDetail.projectName}}

@@ -537,7 +520,7 @@