This commit is contained in:
贤心
2021-04-06 22:34:23 +08:00
parent 41a47c6300
commit 5e25fffe8f
4 changed files with 6 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
}
,Layui = function(){
this.v = '2.6.3'; //版本号
this.v = '2.6.4'; //版本号
}
//获取layui所在目录
@@ -122,7 +122,6 @@
}();
//如果页面已经存在 jQuery 1.7+ 库且所定义的模块依赖 jQuery则不加载内部 jquery 模块
/*
if(window.jQuery && jQuery.fn.on){
that.each(apps, function(index, item){
if(item === 'jquery'){
@@ -131,7 +130,6 @@
});
layui.jquery = layui.$ = jQuery;
}
*/
var item = apps[0]
,timeout = 0;