更新代码

This commit is contained in:
2019-08-03 08:46:27 +08:00
parent 380e1345e6
commit d1e5d45486
13 changed files with 109 additions and 218 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
define(['jquery'], function($){
var Backend = {
init: function(){
if($('.editable').length > 0){
// require(['editable'], function(){
// $('.editable').editable();
// })
}
},
setBodySize: function(){
var height = $(window).height();