申请与服务

$(document).ready(function(){ layui.use(['element','form','layer'],function(){ var element = layui.element ,form = layui.form ,layer = layui.layer; $('#bigsm').on('click',function(){ layer.open({ type: 1, title: '使用说明', area: '300px', shadeClose: true, content: '' }); }); $('#biglj').on('click',function(){ layer.open({ type: 1, title: '领券说明', area: '300px', shadeClose: true, content: '' }); }); }); });