Fix bug - 提现失败,统一文案
This commit is contained in:
parent
2a09e6f930
commit
7bb5217fc8
|
|
@ -39,7 +39,7 @@ class WithdrawFailDialog(context: Activity, private val errorHintRes: Int) : Bin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tvReason.setText(errorHintRes)
|
//tvReason.setText(errorHintRes)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
android:textSize="14sp"
|
android:textSize="14sp"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:text=""
|
android:text="@string/withdraw_fail_dailog_common_hint"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,5 +52,6 @@
|
||||||
|
|
||||||
|
|
||||||
<string name="benefit_task_top_hint">Finish all tasks to earn!</string>
|
<string name="benefit_task_top_hint">Finish all tasks to earn!</string>
|
||||||
|
<string name="withdraw_fail_dailog_common_hint">Withdrawal failed. Check your withdrawal history for details.</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
@ -231,6 +231,8 @@
|
||||||
<string name="withdraw_fail_user_identity_limit">Your account is not valid</string>
|
<string name="withdraw_fail_user_identity_limit">Your account is not valid</string>
|
||||||
<string name="withdraw_fail_must_withdraw_01_first">You have to withdraw 0.1 firstly</string>
|
<string name="withdraw_fail_must_withdraw_01_first">You have to withdraw 0.1 firstly</string>
|
||||||
<string name="withdraw_account_invalid">Your CPF account is invalid.</string>
|
<string name="withdraw_account_invalid">Your CPF account is invalid.</string>
|
||||||
|
<string name="withdraw_fail_dailog_common_hint">Retirada falhou. Verifique o histórico de retiradas para detalhes.</string>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
Loading…
Reference in New Issue