File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
generator-web/src/main/resources/templates Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 85
85
* 捐赠
86
86
*/
87
87
function donate (){
88
- layer .open ({
89
- type: 1 ,
90
- area : [' 712px' , ' 480px' ],
91
- shadeClose: true , // 点击遮罩关闭
92
- content: ' <img src="http://upyun.bejson.com/img/zhengkai.png"></img>'
93
- });
88
+ if ($ (" #donate" ).attr (" show" )== " no" ){
89
+ $ (" #donate" ).html (' <img src="http://upyun.bejson.com/img/zhengkai.png"></img>' );
90
+ $ (" #donate" ).attr (" show" ," yes" );
91
+ }else {
92
+ }
94
93
}
95
94
$ (' #donate1' ).on (' click' , function (){
96
95
donate ();
130
129
√用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL相关代码。<br >
131
130
欢迎大家多多提交模板和交流想法,如果发现有SQL语句不能识别,请<a href =" https://github.com/moshowgame/SpringBootCodeGenerator/issues" >留言</a >,同时欢迎大家提<a href =" https://github.com/moshowgame/SpringBootCodeGenerator/pulls" >PR</a >和<a href =" #" id =" donate1" >点击赞赏</a >,谢谢!
132
131
</p >
132
+ <div id =" donate" class =" container" show =" no" ></div >
133
133
<hr >
134
134
<div class =" input-group mb-3" >
135
135
<div class =" input-group-prepend" >
You can’t perform that action at this time.
0 commit comments