mirror of https://github.com/layui/layui
测试页面
parent
5ea3541c94
commit
57dd36944c
|
@ -40,7 +40,7 @@ layui.use('layer', function(){
|
|||
,test3: function(){
|
||||
layer.open({
|
||||
type: 2
|
||||
,content: 'layer_dlg.html'
|
||||
,content: 'layer_dialog.html'
|
||||
,area: ['375px', '200px']
|
||||
,end: function(result){
|
||||
layer.alert('输入的文字为:' + result);
|
||||
|
|
Loading…
Reference in New Issue