Merge branch 'feature/refundApply' into release/5.5
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | }); |
-
Please register or login to post a comment