Authored by whb

在线登记

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