This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
购物车商品集合: [
购物车ID: 1,
商品SKU图片: "url",
商品名称: "",
商品规格SKU集合: [
规格名称:"",
规格属性:""
}
],
商品单价:125.36,
商品购物车数量:1,
商品小计:125.36,
是否选中: Y/N
],
// 购物车统计
statisticsCart: {
// 商品总数
total: 0,
// 选择总数
selectTotal: 0,
// 商品总价
priceTotal: 0.00,
// 实际总价
actualTotal: 0.00