Authored by 郭成尧

order-ensure

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