Merge branch 'hotfix/deleteSlim' into gray
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -527,7 +527,7 @@ $('.save-btn').click(function() { | @@ -527,7 +527,7 @@ $('.save-btn').click(function() { | ||
527 | return; | 527 | return; |
528 | } | 528 | } |
529 | 529 | ||
530 | - if (pageType) { | 530 | + if (pageType && returnMode !== 1) { |
531 | refundConfirm = new Dialog($.extend(true, {}, option, { | 531 | refundConfirm = new Dialog($.extend(true, {}, option, { |
532 | content: content, | 532 | content: content, |
533 | btns: [{ | 533 | btns: [{ |
-
Please register or login to post a comment