Authored by 郭成尧

nofadeout

... ... @@ -388,7 +388,7 @@ $reaMask.find('.box-cmp').on('touchend', function() {
reasonId: reasonId
}
}).then(function(res) {
$reaMask.fadeOut();
$reaMask.css('visibility', 'visible');
if ($.type(res) !== 'object') {
return;
}
... ... @@ -430,7 +430,7 @@ $refundReaMask.find('.box-cmp').on('touchend', function() {
reasonId: reasonId
}
}).then(function(res) {
$refundReaMask.fadeOut();
$refundReaMask.css('visibility', 'hidden');
if ($.type(res) !== 'object') {
return;
}
... ...
... ... @@ -262,7 +262,7 @@ $reaMask.find('.box-cmp').on('touchend', function() {
reasonId: reasonId
}
}).then(function(res) {
$reaMask.fadeOut();
$reaMask.css('visibility', 'visible');
if ($.type(res) !== 'object') {
return;
}
... ... @@ -303,7 +303,7 @@ $refundReaMask.find('.box-cmp').on('touchend', function() {
reasonId: reasonId
}
}).then(function(res) {
$refundReaMask.fadeOut();
$refundReaMask.css('visibility', 'visible');
if ($.type(res) !== 'object') {
return;
}
... ...