Authored by 郭成尧

add-to-cart

... ... @@ -87,7 +87,10 @@ let functions = {
productSku: sku,
new_product_skn: skn,
buyNumber: buyNum
}
},
xhrFields: {
withCredentials: true
},
}).done(function(res) {
let cartNum;
... ...