Authored by 郭成尧

order-ensure

... ... @@ -276,7 +276,7 @@ function submitOrder() {
isSubmiting = true;
$.ajax({
method: 'POST',
url: '/cart/index/orderSub',
url: '/cart/index/new/orderSub',
data: {
addressId: orderInfo('addressId'),
cartType: orderInfo('cartType') || 'ordinary',
... ...