From 1045282908fb59769633382e9789508ca290af40 Mon Sep 17 00:00:00 2001 From: renhaoting <370797079@qq.com> Date: Wed, 7 Jan 2026 16:39:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E8=AE=B0=E5=BD=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/gamedog/vididin/beans/RecordCash.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/java/com/gamedog/vididin/beans/RecordCash.kt b/app/src/main/java/com/gamedog/vididin/beans/RecordCash.kt index 85e89d1..906e447 100644 --- a/app/src/main/java/com/gamedog/vididin/beans/RecordCash.kt +++ b/app/src/main/java/com/gamedog/vididin/beans/RecordCash.kt @@ -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