Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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', |
-
Please register or login to post a comment