Cart
{{ checkoutStep === 'cart' ? '购物车' : checkoutStep === 'address' ? '填写地址' : '结算' }}
购物车和登录信息会保存在本机浏览器中,方便刷新后继续操作。
继续选购购物车暂无商品
{{ item.name }}
{{ item.category }} · ¥{{ item.price.toFixed(2) }} / 件
{{ item.qty }}
¥{{ (item.price * item.qty).toFixed(2) }}
合计
¥{{ cartTotal.toFixed(2) }}
扫码结算
请使用手机扫码完成付款或联系店铺确认订单。
收货人:{{ addressForm.name }}
联系电话:{{ addressForm.phone }}
收货地址:{{ addressForm.address }}
合计:¥{{ cartTotal.toFixed(2) }}