...
|
...
|
@@ -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;
|
|
|
}
|
...
|
...
|
|