Skip to content

Commit 04b9294

Browse files
committed
donate优化
1 parent 17707d6 commit 04b9294

File tree

1 file changed

+2
-0
lines changed
  • generator-web/src/main/resources/templates

1 file changed

+2
-0
lines changed

generator-web/src/main/resources/templates/index.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
$("#donate").html('<img src="http://upyun.bejson.com/img/zhengkai.png"></img>');
9090
$("#donate").attr("show","yes");
9191
}else{
92+
$("#donate").html('<p>谢谢赞赏!</p>');
93+
$("#donate").attr("show","no");
9294
}
9395
}
9496
$('#donate1').on('click', function(){

0 commit comments

Comments
 (0)