From 2351ed692961df87f4ca54ce2dad4b5767f90fea Mon Sep 17 00:00:00 2001 From: yangjian Date: Sun, 9 May 2021 17:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3=E7=9A=84?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E6=93=8D=E4=BD=9C=E5=92=8C=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/app_doc/doc.html | 3 +++ template/app_doc/share/share_doc.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/template/app_doc/doc.html b/template/app_doc/doc.html index b5869ab..2ba6971 100644 --- a/template/app_doc/doc.html +++ b/template/app_doc/doc.html @@ -297,6 +297,9 @@ success : function(index, layero) { // 成功弹出后回调 form.render(); }, + cancel: function(){ + $("#share_doc_div").hide(); + } }) }) {% if is_share %} diff --git a/template/app_doc/share/share_doc.html b/template/app_doc/share/share_doc.html index 3aa95dd..d85cb9d 100644 --- a/template/app_doc/share/share_doc.html +++ b/template/app_doc/share/share_doc.html @@ -73,7 +73,7 @@ {% block head_toolbar %} - + {% endblock %}