|
|
@@ -178,12 +178,16 @@ class AddWithDrawActivity : BaseActivity<WithDrawManagementViewModel>(){
|
|
|
}
|
|
|
|
|
|
editText {
|
|
|
- isEnabled = false
|
|
|
+
|
|
|
bank_card_account_name = this
|
|
|
if (type == "2"){
|
|
|
setText(data.bankaccountname)
|
|
|
+ isEnabled = false
|
|
|
}else{
|
|
|
- setText(GlobalDataCollection.instance?.loginQueryData?.userInfo?.customername)
|
|
|
+ if (GlobalDataCollection.instance?.loginQueryData?.userInfo?.customername.isNullOrEmpty().not()){
|
|
|
+ setText(GlobalDataCollection.instance?.loginQueryData?.userInfo?.customername)
|
|
|
+ isEnabled = false
|
|
|
+ }
|
|
|
}
|
|
|
hint = "请填写开户姓名"
|
|
|
background = null
|