export const ORDER_DATA = [ { orderNumber: 'ddxxxxxxxxxxx', orderGoods: [ { thumb: 'https://g-search1.alicdn.com/img/bao/uploaded/i4/i1/4045432673/O1CN01UGXvdy1VcHKVVW1oG_!!0-item_pic.jpg_580x580Q90.jpg_.webp', goodsName: 'tom & jerry', count: 1, price: 99, status: 0, spec: '单盒(规格)', isPreSale: true, }, { thumb: 'https://g-search1.alicdn.com/img/bao/uploaded/i4/i1/4045432673/O1CN01UGXvdy1VcHKVVW1oG_!!0-item_pic.jpg_580x580Q90.jpg_.webp', goodsName: 'tom & jerry', count: 1, price: 99, status: 0, spec: '单盒(规格)', isPreSale: false, }, ], allPrice: 198, payInfo: '59分59秒后未付款将自动关闭', logistics: 'xxxx', orderStatus: 0, isPreSale: false, preSaleInfo: '', checked: false, }, ];