getAccountIcon method
Implementation
String getAccountIcon(int type) {
String icon = R.imageIconWithdrawBank3X;
if (type == 1) {
icon = R.imageIconWithdrawAlipay3X;
} else if (type == 2){
icon = R.imageIconWithdrawUsdt3X;
}
return icon;
}