Authored by 郭成尧

'jump-url'

... ... @@ -315,7 +315,7 @@ function submitOrder() {
}
window.setCookie('order-info', '');
// window.location.href = url;
window.location.href = url;
} else if (res.message) {
tip.show(res.message);
}
... ...