Showing
1 changed file
with
1 additions
and
1 deletions
@@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
65 | if (res.code !== 200) { | 65 | if (res.code !== 200) { |
66 | tip.show(res.message || '网络错误'); | 66 | tip.show(res.message || '网络错误'); |
67 | } else { | 67 | } else { |
68 | - window.history.go(-1); | 68 | + location.href = document.referrer; |
69 | return false; | 69 | return false; |
70 | } | 70 | } |
71 | }); | 71 | }); |
-
Please register or login to post a comment