@if (withdrawLog?.get('status') == '200') {
提现成功
已转账提现成功
}@else {
{{ getType(withdrawLog?.get("status"))?.title }}
}
提现详情
提现金额:
¥{{ withdrawLog?.get("count") }}
持卡人:
{{ withdrawLog?.get("bank")?.name }}
提现银行卡:
{{ withdrawLog?.get("bank")?.bankcard }}
申请时间:
{{ withdrawLog?.get("createdAt") | date : "yyyy-MM-dd HH:mm" }}
转账凭证:
@for (item of withdrawLog?.get("images"); track $index) { }