rc.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
|
||||
@Name:layer mobile v2.0 弹层组件移动版
|
||||
@Name:layer mobile v2.0.0 弹层组件移动版
|
||||
@Author:贤心
|
||||
@Site:http://layer.layui.com/mobie/
|
||||
@License:MIT
|
||||
|
||||
@@ -29,7 +29,7 @@ layui.define(['layer-mobile', 'zepto'] , function(exports){
|
||||
return layer.open({
|
||||
content: content || ''
|
||||
,skin: 'msg'
|
||||
,time: 0 //2秒后自动关闭
|
||||
,time: 2 //2秒后自动关闭
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user