Authored by 郭成尧

Merge branch 'feature/refundApply' into release/5.5

@@ -45,7 +45,7 @@ $btnSure.on('click', function() { @@ -45,7 +45,7 @@ $btnSure.on('click', function() {
45 } 45 }
46 location.href = document.referrer; 46 location.href = document.referrer;
47 } else { 47 } else {
48 - tip.show('系统错误,请重试!'); 48 + tip.show((result && result.message) || '系统错误,请重试!');
49 } 49 }
50 }); 50 });
51 }); 51 });