From 17707d68e816008b6bee235c33d9e4eb2b7c0d49 Mon Sep 17 00:00:00 2001
From: "MOSHOW.K.ZHENG"
Date: Sat, 23 Nov 2019 10:23:31 +0800
Subject: [PATCH] =?UTF-8?q?donate=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
generator-web/src/main/resources/templates/index.ftl | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/generator-web/src/main/resources/templates/index.ftl b/generator-web/src/main/resources/templates/index.ftl
index 0550ff2..cf05063 100644
--- a/generator-web/src/main/resources/templates/index.ftl
+++ b/generator-web/src/main/resources/templates/index.ftl
@@ -85,12 +85,11 @@
* 捐赠
*/
function donate(){
- layer.open({
- type: 1,
- area : ['712px' , '480px'],
- shadeClose: true, //点击遮罩关闭
- content: '
'
- });
+ if($("#donate").attr("show")=="no"){
+ $("#donate").html('
');
+ $("#donate").attr("show","yes");
+ }else{
+ }
}
$('#donate1').on('click', function(){
donate();
@@ -130,6 +129,7 @@
√用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL相关代码。
欢迎大家多多提交模板和交流想法,如果发现有SQL语句不能识别,请留言,同时欢迎大家提PR和点击赞赏,谢谢!
+