From 55093f33af68f1153ef46e2fff36e8550cd3864c Mon Sep 17 00:00:00 2001 From: "DESKTOP-4RNDQIC\\29019" <290198252@qq.com> Date: Mon, 24 May 2021 23:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=B7=BB=E5=8A=A0=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=A3=80=E7=B4=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Views/blog/index.html | 25 +++++++++++++++++++++++++ App/Views/blog/template/tools.html | 1 - 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/App/Views/blog/index.html b/App/Views/blog/index.html index a4d7fbb..55b1a13 100644 --- a/App/Views/blog/index.html +++ b/App/Views/blog/index.html @@ -30,6 +30,31 @@ +
  • 内容搜索
  • +
    diff --git a/App/Views/blog/template/tools.html b/App/Views/blog/template/tools.html index c9a58b3..2747912 100644 --- a/App/Views/blog/template/tools.html +++ b/App/Views/blog/template/tools.html @@ -265,7 +265,6 @@ function on_click_ddl(){ //获取iframe标签里body元素里的文字。即服务器响应过来的"上传成功"或"上传失败" var word = $("iframe[name='frame1']").contents().find("body").text(); if (word != "") { - alert(word); //弹窗提示是否上传成功 clearInterval(t); //清除定时器 } console.log(word)