# 购物车数据结构
{
    cartEnsurePage: true,
    cartEnsure: {
        loginUrl: '###',
        commonSell: { // 普通商品
            cartProductNum: 10, // 普通商品数量
            productItem: [
                {
                    isChecked: true,
                    imgCover: 'http://img04.static.yohobuy.com/thumb/2015/08/25/08/012622ad14f32470d56a0b1da5d533a7e2-0060x0060-2-goodsimg.jpg',
                    productTitle: 'Eight Guys 破洞束口牛仔裤',
                    productColor: '蓝色',
                    productSize: 'L',
                    productPrice: '179.00',
                    yohoIcon: 0,
                    productSubtotal: '1000.00',
                    tipMessage: '库存不足',
                    productNum: '10',
                    isVipPrice: '200',
                    productLink: ''
                },
                {
                    isChecked: true,
                    imgCover: 'http://img04.static.yohobuy.com/thumb/2015/08/25/08/012622ad14f32470d56a0b1da5d533a7e2-0060x0060-2-goodsimg.jpg',
                    productTitle: '破洞束口牛仔裤',
                    productColor: '蓝色++',
                    productSize: 'L',
                    productPrice: '179.00',
                    yohoIcon: 0,
                    productSubtotal: '1000.00',
                    tipMessage: '库存不足',
                    productNum: '10',
                    isVipPrice: '200',
                    productLink: ''
                }
            ]
        },
        preSell: { //预售商品
            cartProductNum: 10, //预售商品数量
            productItem: [
                {
                    isChecked: true,
                    imgCover: 'http://img04.static.yohobuy.com/thumb/2015/08/25/08/012622ad14f32470d56a0b1da5d533a7e2-0060x0060-2-goodsimg.jpg',
                    productTitle: 'Eight Guys 破洞束口牛仔裤',
                    productColor: '蓝色',
                    productSize: 'L',
                    productPrice: '179.00',
                    yohoIcon: 0,
                    productSubtotal: '1000.00',
                    preSellDate: '2020.10.2',
                    tipMessage: '库存不足',
                    productNum: '10',
                    isVipPrice: '200',
                    productLink: ''
                },
                {
                    isChecked: true,
                    marketPrice: '1000.00',
                    imgCover: 'http://img04.static.yohobuy.com/thumb/2015/08/25/08/012622ad14f32470d56a0b1da5d533a7e2-0060x0060-2-goodsimg.jpg',
                    productTitle: '破洞束口牛仔裤',
                    productColor: '蓝色++',
                    productSize: 'L',
                    productPrice: '179.00',
                    yohoIcon: 0,
                    productSubtotal: '1000.00',
                    preSellDate: '2020.10.2',
                    tipMessage: '库存不足',
                    productNum: '10',
                    isVipPrice: '200',
                    productLink: ''
                }
            ]
        },
        subjoinItem: [
            {
                subjointype: '【全场59元加价购】(注:您看到的以下商品可能因为下单时间差已售完)',
                subjoinInfo: [
                    {
                        subjoinTitle: 'Eight Guys 破洞束口牛仔裤',
                        productoPrice: '179.00',
                        subjoinPrice: '99.00',
                        yohoIcon: 0,
                        isSubjoin: true
                    },
                    {
                        subjoinTitle: '破洞束口牛仔裤',
                        productoPrice: '179.00',
                        subjoinPrice: '99.00',
                        yohoIcon: 0,
                        isSubjoin: true
                    }
                ]
            },
            {
                subjointype: '【全场99元加价购】(注:您看到的以下商品可能因为下单时间差已售完)',
                subjoinInfo: [
                    {
                        subjoinTitle: 'Eight Guys 破洞束口牛仔裤',
                        productoPrice: '179.00',
                        subjoinPrice: '99.00',
                        yohoIcon: 0,
                        isSubjoin: true
                    },
                    {
                        subjoinTitle: '破洞束口牛仔裤',
                        productoPrice: '179.00',
                        subjoinPrice: '99.00',
                        yohoIcon: 0,
                        isSubjoin: true
                    }
                ]
            }
        ],
        isCheckedAll: true, //是否全选
        searchUrl: '##', //在逛逛链接
        productAmmount: 2000, //商品总价
        activeSale: 0, //活动
        productAllAmmount: 100, //商品总计金额
        getYoho: 1 //有货币
    }
}