getDialogIcon method
Implementation
String getDialogIcon() {
String imageUrl = R.imageIconWithdrawWay3X;
if (payType == 1) {
imageUrl = R.imageIconWithdrawAlipay3X;
} else if (payType == 2) {
imageUrl = R.imageIconWithdrawBank3X;
} else if (payType == 3 ||payType == 4) {
imageUrl = R.imageIconWithdrawUsdt3X;
}
return imageUrl;
}