Fix bug - 提现记录界面的金币和discord图标对应错了,应该是右边附件里那两个
This commit is contained in:
parent
fbfd00db69
commit
4351f8f3c2
|
|
@ -72,7 +72,7 @@ fun RecordGold.toShowBean(): RecordGoldShow {
|
||||||
RECORD_GOLD_PLUS_TASK_JOIN_DISCORD -> {
|
RECORD_GOLD_PLUS_TASK_JOIN_DISCORD -> {
|
||||||
title = R.string.record_gold_title_join_discord
|
title = R.string.record_gold_title_join_discord
|
||||||
description = R.string.record_gold_descr_join_discord
|
description = R.string.record_gold_descr_join_discord
|
||||||
iconRes = R.mipmap.icon_discord
|
iconRes = R.mipmap.icon_discord_2
|
||||||
}
|
}
|
||||||
|
|
||||||
RECORD_GOLD_PLUS_TASK_SIGN -> {
|
RECORD_GOLD_PLUS_TASK_SIGN -> {
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB |
Loading…
Reference in New Issue