From 57a3e6e74d8fb9e4885f6b63a7728142d13b653b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Sun, 27 Apr 2025 14:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9B=E8=AE=AE=E4=B8=A4=E5=85=AC=E5=BC=80?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infoport/static/js/project/discussionsDetail.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/infoport/static/js/project/discussionsDetail.js b/infoport/static/js/project/discussionsDetail.js index 48a9de1..4f17a4c 100644 --- a/infoport/static/js/project/discussionsDetail.js +++ b/infoport/static/js/project/discussionsDetail.js @@ -39,8 +39,6 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) { module.data.webList = content; var webData = template('webData', module.data); $("#webContent").html(webData); - var titData = template('titData', module.data); - $("#titContent").html(titData); $('#ewm').attr('src', 'static/images/'+content.top.bz); } }