<script type="text/javascript">
layui.use(['jquery'], function () {
var $ = layui.jquery; // jQuery
// 打开新窗口操作
$(window).one("resize", function () {
$(".open_window").click(function () { // 按钮类名 open_window
var index = layui.layer.open({
title: " ", // 新窗口标题
type: 2,
content: "publish", // 新页面html文件名
success: function (layero, index) {
setTimeout(function () {
layui.layer.tips('点击此处返回广告列表', '.layui-layer-setwin .layui-layer-close', {
tips: [3, 'rgb(255, 184, 0)']
});
}, 500)
}
})
layui.layer.full(index);
})
}).resize();
});
</script>
Last modification:June 6th, 2019 at 10:43 pm
© The copyright belongs to the author