优雅,从不止一面

为现代女性精心挑选的轻奢女装

{{ product.category }}

{{ product.name }}

¥{{ getRealPrice(product).toLocaleString() }} (起) ¥{{ product.price.toLocaleString() }}

用户中心

订单列表

暂无订单

订单号:{{ order.id }}

下单时间:{{ order.created_at }}

{{ order.status === 'pending' ? '待付款' : order.status === 'paid' ? '待发货' : order.status === 'shipped' ? '已发货' : '已取消' }}

{{ item.name }}

{{ key }}: {{ val }}
¥{{ (item.sku_price || item.price || 0).toLocaleString() }} × {{ item.quantity }}
¥{{ ((item.sku_price || item.price || 0) * item.quantity).toLocaleString() }}

{{ order.customer_name }} {{ order.customer_phone }}

{{ order.customer_address }}

共 {{ order.items.reduce((sum, item) => sum + (item.quantity || 0), 0) }} 件商品

订单总额:¥{{ order.total_amount.toLocaleString() }}

我的收货地址

暂无收货地址

{{ addr.name }}

电话:{{ addr.phone }}

地址:{{ addr.address }}

登录

还没有账号?

注册

已有账号?

{{ selectedProduct.name }}

{{ selectedProduct.category }}

{{ selectedProduct.name }}

{{ type.type_name }}:

已选择:

{{ key }}: {{ val }}

¥{{ currentSku ? currentSku.price.toLocaleString() : selectedProduct.price.toLocaleString() }}

库存: {{ (currentSku ? currentSku.stock : selectedProduct.stock) > 0 ? '有货' : '缺货' }} (SKU: {{ currentSku.sku_code }})

{{ selectedProduct.description }}

购物车

购物车空空如也

{{ item.name }}

{{ key }}: {{ val }}

¥{{ item.price.toLocaleString() }}

SKU: {{ item.sku_code }}

{{ item.quantity }}
总计 ¥{{ cartTotal.toLocaleString() }}

结算

收货地址

暂无收货地址

{{ addr.name }} {{ addr.phone }}

{{ addr.address }}

支付方式

商品清单

{{ item.name }}

{{ key }}: {{ val }}
¥{{ item.price.toLocaleString() }} × {{ item.quantity }} ¥{{ (item.price * item.quantity).toLocaleString() }}
商品数量 {{ cartTotalQuantity }} 件
商品总额 ¥{{ cartTotal.toLocaleString() }}
运费 免运费
应付总额 ¥{{ cartTotal.toLocaleString() }}

订单提交成功!

感谢您的购买

{{ editingAddress ? '编辑地址' : '新增地址' }}