From 7579a124207df21518dff488a0a0baf21e80d06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 6 Jul 2023 12:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/project/listingItems/items.js | 3 ++- view/listingItems/itemsDetail.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/static/js/project/listingItems/items.js b/static/js/project/listingItems/items.js index 5024736..9b27198 100644 --- a/static/js/project/listingItems/items.js +++ b/static/js/project/listingItems/items.js @@ -103,7 +103,8 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function module.data.titleConfig = content[9].configValue; module.data.importantTitle = content[7].configName+':'+ content[7].configValue.substr(3).substr(0,(content[7].configValue.substr(3).length-4)); module.data.know = content[6].configValue; - $("#know").html(content[6].configValue + '' + content[6].configValue); + $("#know").html(content[6].configValue); + // + '' + content[6].configValue } } //底部友情链接 diff --git a/view/listingItems/itemsDetail.html b/view/listingItems/itemsDetail.html index 7c1e598..e333709 100644 --- a/view/listingItems/itemsDetail.html +++ b/view/listingItems/itemsDetail.html @@ -145,7 +145,7 @@