提现记录列表

This commit is contained in:
renhaoting 2026-01-07 16:39:22 +08:00
parent b02f07a3cc
commit 1045282908
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,8 @@ fun RecordCash.toShowBean(): RecordCashShow {
this@apply.dateMs = this@toShowBean.dateMs
this@apply.amountNum = this@toShowBean.amountNum
this@apply.recordType = this@toShowBean.recordType
this@apply.withdrawState = this@toShowBean.withdrawState
this@apply.withdrawFailType = this@toShowBean.withdrawFailType
when (this@apply.recordType) {
RECORD_CASH_PLUS_GOLD_CONVERT -> {
@ -76,6 +78,7 @@ fun RecordCash.toShowBean(): RecordCashShow {
}
RECORD_CASH_WITHDRAW -> {
this@apply.amountNum = -this@toShowBean.amountNum
when (withdrawState) {
TRANSACTION_STATE_ONGOING -> {
title = R.string.record_cash_title_withdraw_ongoing