Authored by whb

弹出框

... ... @@ -769,12 +769,12 @@ define('yohood', function(require, exports) {
window.location.href = $(this).attr("href");
});
// 弹窗关闭
$(document).click(function () {
$('.dialog-w').click(function () {
$('.dialog-w').hide();
window.location.reload();
});
$('.dia-content').click(function (e) {
e.stopPropagation();
});
... ... @@ -967,7 +967,6 @@ define('yohood', function(require, exports) {
success: function (d) {
if (d.code === 200) {
$('.dialog-w').fadeIn();
window.location.reload();
}
else {
alert("失败");
... ... @@ -1065,7 +1064,6 @@ define('yohood', function(require, exports) {
success: function (d) {
if (d.code === 200) {
$('.dialog-w').fadeIn();
window.location.reload();
}
else {
alert("失败");
... ... @@ -1153,7 +1151,6 @@ define('yohood', function(require, exports) {
success: function (d) {
if (d.code === 200) {
$('.dialog-w').fadeIn();
window.location.reload();
}
else {
alert("失败");
... ...