测试页面

pull/14/head
relucent 2017-01-20 14:33:39 +08:00
parent 5ea3541c94
commit 57dd36944c
1 changed files with 1 additions and 1 deletions

View File

@ -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);