Asp.Netlayui現在のページを再ロード

793 ワード

          
  $('#userInformation').on('click', function () {
                layer.open({
                    type: 2,
                    title: '    ',
                    area: ['900px', '815px'],
                    fixed: false, //   
                    maxmin: false,
                    content: '/Shared/PersonalInfromation',
                    end: function () {
                        location.reload();{ time: 3000 };
                    }//end function    location.reload();    。
                });
            });

親インタフェースの更新を閉じる
    var index = parent.layer.getFrameIndex(window.name); //      
                            parent.layer.close(index);