订单备注
技能金额
¥{{ fen2yuan(state.orderInfo.price.totalPrice) }}
积分抵扣
{{ state.pointStatus ? '剩余积分' : '当前积分' }}
{{ state.pointStatus ? state.orderInfo.totalPoint - state.orderInfo.usePoint : (state.orderInfo.totalPoint || 0) }}
TA添加你的微信号
优惠券
-¥{{ fen2yuan(state.orderInfo.price.couponPrice) }}
{{
state.couponInfo.length > 0 ? state.couponInfo.length + ' 张可用' : '暂无可用优惠券'
}}
活动优惠
-¥{{ fen2yuan(state.orderInfo.price.discountPrice) }}
会员优惠
-¥{{ fen2yuan(state.orderInfo.price.vipPrice) }}