购物车
编辑
{cart.length === 0 ? (
购物车是空的,快买点东西奖励自己吧
) : (
{cart.map((item, index) => (
handleCheck(index)}>
{item.name}
珊瑚紫(素皮)
{item.price}
handleNumChange(index, val)} />
))}
)}
您可能还喜欢
{recommend.map((item, index) => (
{item.name}
{item.promotionInfo}
¥{item.promoPrice} ¥{item.price}
))}
全选
商品总数量{num} | 商品总价格:{sum}
{/* 共计:¥5699 */}
购物车页面 - 在线购物平台

原文地址: https://www.cveoy.top/t/topic/offW 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录