layui关闭弹窗刷新页面

时间:2021-02-08 11:45:34   收藏:0   阅读:0
 layer.open({
                                type: 2,
                                area: [‘800px‘,‘750px‘],
                                fix: false,
                                //不固定
                                maxmin: true,
                                shade: 0.3,
                                title: "标题",
                                content: url,
                                btn: [‘关闭‘],
                                // 弹层外区域关闭
                                shadeClose: true,
                                cancel: function(index){
                                    return true;
                                 },
                              end: function(){
                                  //window.history.back(-3);
                                 // window.location.href="/business/exam/onlineExam";
                                  parent.location.reload()
                              }
                            });

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!