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