Authored by 郭成尧

Merge branch 'feature/refundApply' into 'release/5.5'

完成原因蒙层消失



See merge request !379
... ... @@ -387,7 +387,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;
}
... ...
... ... @@ -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;
}
... ...