Authored by yyq

提交订单js

... ... @@ -571,8 +571,7 @@ $('#order-submit').click(function() {
if (invoiceInfo) {
$.extend(order, invoiceInfo);
}
console.log(order);
// return;
$.ajax({
type: 'POST',
url: '/cart/ensure/submit',
... ...