订单信息
订单编号
{{ orderNo }}
下单时间
{{ orderTime }}
购买商品
{{ item.card.cardName }}
{{ getCardTypeName(item.card.cardType) }} · {{ getCardDesc(item.card) }}
×{{ item.count }}
¥{{ (item.card.price * item.count).toFixed(2) }}
充值信息
储值卡充值
¥{{ totalPrice.toFixed(2) }}
支付方式
支付宝支付
推荐使用,安全快捷
= totalPrice && selectPayment('stored')"
>
储值卡支付
余额: ¥{{ storedBalance.toFixed(2) }}
余额不足
金额明细
{{ isRecharge ? '充值金额' : '商品金额' }}
¥{{ totalPrice.toFixed(2) }}
储值抵扣
-¥{{ Math.min(storedBalance, totalPrice).toFixed(2) }}
实付金额
¥{{ actualPay.toFixed(2) }}
实付金额
¥{{ actualPay.toFixed(2) }}
{{ loading ? '处理中...' : '确认支付' }}
{{ isRecharge ? '充值成功' : '购买成功' }}
{{ isRecharge ? '恭喜您,储值卡充值成功!' : '恭喜您,会员卡已成功开通!' }}
{{ isRecharge ? '查看储值卡' : '去我的会员卡' }}
返回上一页
您有一笔未支付的订单:
订单号:{{ pendingOrder.orderId }}
金额:¥{{ (pendingOrder.transAmt / 100 || pendingOrder.transAmt).toFixed(2) }}
创建时间:{{ pendingOrder.createdAt }}
请选择您的操作:
支付旧订单
创建新订单
¥{{ totalPrice.toFixed(2) }}
忘记密码?