☁️ 电商平台大作业
欢迎, {{ user.username }}
🛒 购物车 ({{ cart.length }})
📦 我的订单
登出
登录 / 注册
用户登录
用户名
密码
登录
没有账号?去注册
新用户注册
用户名
密码
邮箱
注册
返回登录
课程与云产品列表
{{ p.name }}
{{ p.category }}
{{ p.description }}
¥ {{ p.price.toFixed(2) }}
库存: {{ p.stock }} 件
我的购物车
返回商品列表
商品ID
名称
单价
数量
小计
{{ item.product_id }}
{{ item.name }}
¥ {{ item.price.toFixed(2) }}
{{ item.quantity }}
¥ {{ (item.price * item.quantity).toFixed(2) }}
总计:
¥ {{ cartTotal.toFixed(2) }}
去结算下单
清空购物车
购物车空空如也,快去选购吧!
我的订单
返回商品列表
订单号:
{{ o.id }}
创建时间: {{ new Date(o.created_at).toLocaleString() }}
{{ o.status === 'paid' ? '已支付' : '待支付' }}
¥ {{ o.total_price.toFixed(2) }}
立即支付
暂无订单记录
{{ toast.msg }}