Authored by 周少峰

Merge branch 'hotfix/deleteSlim' into gray

... ... @@ -527,7 +527,7 @@ $('.save-btn').click(function() {
return;
}
if (pageType) {
if (pageType && returnMode !== 1) {
refundConfirm = new Dialog($.extend(true, {}, option, {
content: content,
btns: [{
... ...