{{ food.goods.title }}
已售出 {{ food.goods.sales }}单
¥ {{ food.goods.price }}
×{{ food.num }}
{{ showAllFoods ? '收起' : '展开' }} (共{{ cartData.sendData.length }}个)
合计:
¥{{ (cartData.priceAll || 0).toFixed(2) || 0 }}
{{ couponData.couponId_dictText || '请选择优惠卷' }}
{{ couponData.discount ? ('-' + couponData.discount) : '' }}
微信支付
账户余额(余额: ¥{{ (userInfo.balance || 0).toFixed(2) || 0 }})
共{{ cartData.sendData.length }}个,
合计
¥{{ (pricePay || 0).toFixed(2) || 0 }}
立即下单