Authored by whb

在线登记

... ... @@ -774,8 +774,11 @@ define('yohood', function(require, exports) {
window.location.reload();
});
$('.dia-content').click(function (e) {
$('.dialog-w').hide();
e.stopPropagation();
window.location.reload();
});
$(".wrapper").attr("class", "");
... ...