要使用到 layer.open
案例如下:
layer.open({
type:2,
title:'系统用户信息',//标题
content:"",//访问地址
area:['400px','500px'],//宽高
shade:0.4//透明度
})