Merge branch 'feature/refundApply' into 'release/5.5'
完成原因蒙层消失 See merge request !379
Showing
2 changed files
with
3 additions
and
3 deletions
@@ -387,7 +387,7 @@ $reaMask.find('.box-cmp').on('touchend', function() { | @@ -387,7 +387,7 @@ $reaMask.find('.box-cmp').on('touchend', function() { | ||
387 | reasonId: reasonId | 387 | reasonId: reasonId |
388 | } | 388 | } |
389 | }).then(function(res) { | 389 | }).then(function(res) { |
390 | - $reaMask.css('visibility', 'visible'); | 390 | + $reaMask.css('visibility', 'hidden'); |
391 | if ($.type(res) !== 'object') { | 391 | if ($.type(res) !== 'object') { |
392 | return; | 392 | return; |
393 | } | 393 | } |
@@ -261,7 +261,7 @@ $reaMask.find('.box-cmp').on('touchend', function() { | @@ -261,7 +261,7 @@ $reaMask.find('.box-cmp').on('touchend', function() { | ||
261 | reasonId: reasonId | 261 | reasonId: reasonId |
262 | } | 262 | } |
263 | }).then(function(res) { | 263 | }).then(function(res) { |
264 | - $reaMask.css('visibility', 'visible'); | 264 | + $reaMask.css('visibility', 'hidden'); |
265 | if ($.type(res) !== 'object') { | 265 | if ($.type(res) !== 'object') { |
266 | return; | 266 | return; |
267 | } | 267 | } |
@@ -302,7 +302,7 @@ $refundReaMask.find('.box-cmp').on('touchend', function() { | @@ -302,7 +302,7 @@ $refundReaMask.find('.box-cmp').on('touchend', function() { | ||
302 | reasonId: reasonId | 302 | reasonId: reasonId |
303 | } | 303 | } |
304 | }).then(function(res) { | 304 | }).then(function(res) { |
305 | - $refundReaMask.css('visibility', 'visible'); | 305 | + $refundReaMask.css('visibility', 'hidden'); |
306 | if ($.type(res) !== 'object') { | 306 | if ($.type(res) !== 'object') { |
307 | return; | 307 | return; |
308 | } | 308 | } |
-
Please register or login to post a comment