Authored by 郝肖肖

'填写物流信息返回'

... ... @@ -65,7 +65,7 @@
if (res.code !== 200) {
tip.show(res.message || '网络错误');
} else {
window.history.go(-1);
location.href = document.referrer;
return false;
}
});
... ...