{{item.withdrawalType === 1 ? '微信' : item.withdrawalType === 2 ? '支付宝' : '银行卡'}}
({{item.withdrawalAccount}})
¥{{fen2yuan(item.amount) }} (消费分{{points2point(item.withdrawConsumption)}})
{{sheep.$helper.timeFormat(item.createTime, 'yyyy-mm-dd hh:MM')}}
{{item.status ? item.status === 1 ? '已到账' : '提现失败' : '提现中'}}