{{ address.receiverArea }} {{ address.receiverAddress }}
{{ address.receiverName }} {{ address.receiverPhone }}
请选择地址
商品信息
{{ goods.name }}
{{ goods.specs }}
¥{{ goods.currentPrice }}
商品数量
支付方式
余额支付
可用余额:
{{ userInfo.money || 0 }}
当前权益等级:{{ userInfo.userRights.rights.rightsName }}
可享受折扣:
{{ userInfo.userRights.rights.rightsDiscount / 10 }}
折
权益货值
可用抵扣:
{{ userInfo.userRights.pice || 0 }}
提示:抵扣金额不足时,自动使用余额补足
混合支付
余额:
{{ min(userInfo.money, totalAmount - userInfo.userRights.pice) }}
抵扣:
{{ min(userInfo.userRights.pice, totalAmount - userInfo.money) }}
余额:
{{ max(0, totalAmount - userInfo.userRights.pice) }}
抵扣:
{{ totalAmount }}
抵扣:
{{ min(totalAmount - (totalAmount - userInfo.userRights.pice), userInfo.userRights.pice) }}
提示:混合支付时优先使用抵扣金额