Authored by 周少峰

Merge branch 'hotfix/deleteSlim' into gray

@@ -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: [{