{{ 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 }}
提示:抵扣金额不足时,自动使用余额补足
混合支付
余额:
{{userInfo.money}}
{{ goods.currentPrice * dataFrom.goodsNum - userInfo.userRights.pice }}
抵扣:
{{userInfo.userRights.pice}}
{{ goods.currentPrice * dataFrom.goodsNum - userInfo.money }}
余额:
{{ 0 }}
余额:
{{ goods.currentPrice * dataFrom.goodsNum - userInfo.userRights.pice }}
抵扣:
{{ goods.currentPrice * dataFrom.goodsNum < userInfo.userRights.pice ? goods.currentPrice * dataFrom.goodsNum : userInfo.userRights.pice }}
-
提示:混合支付时优先使用抵扣金额