|
|
@@ -26,6 +26,7 @@ import com.sheep.gamegroup.util.CommonUtil;
|
|
|
import com.sheep.gamegroup.util.DataUtil;
|
|
|
import com.sheep.gamegroup.util.Jump2View;
|
|
|
import com.sheep.gamegroup.util.ListUtil;
|
|
|
+import com.sheep.gamegroup.util.StringUtils;
|
|
|
import com.sheep.gamegroup.util.UMConfigUtils;
|
|
|
import com.sheep.gamegroup.util.ViewUtil;
|
|
|
import com.sheep.gamegroup.view.adapter.WithdrawalAdapter;
|
|
|
@@ -175,8 +176,8 @@ public class WithdrawalAct extends BaseActivity implements WithdrawalContract.Vi
|
|
|
G.showToast("请输入支付宝账号");
|
|
|
return;
|
|
|
}
|
|
|
- if (TextUtils.isEmpty(account)) {
|
|
|
- G.showToast("请输入支付宝真实姓名");
|
|
|
+ if (cash_account_tv.isEnabled() && !StringUtils.isMobile(account)) {
|
|
|
+ G.shortToast("请输入支付宝账号绑定的手机号");
|
|
|
return;
|
|
|
}
|
|
|
UMConfigUtils.Event.SHEEP_TIXIAN_COMMIT.onEvent();
|
|
|
@@ -267,7 +268,7 @@ public class WithdrawalAct extends BaseActivity implements WithdrawalContract.Vi
|
|
|
ViewUtil.setEnabled(cash_account_tv, false);
|
|
|
ViewUtil.setText(withdraw_tip_tv, "已绑定支付宝账号");
|
|
|
} else {
|
|
|
- ViewUtil.setText(withdraw_tip_tv, "注意:提现请先绑定支付,且支付宝账号的真实姓名必须小绵羊实名认证的姓名一致,否则无法绑定成功。");
|
|
|
+ ViewUtil.setText(withdraw_tip_tv, "注意:提现请先绑定支付,且支付宝账号的真实姓名必须与小绵羊实名认证的姓名一致,否则无法绑定成功。");
|
|
|
}
|
|
|
if (!TextUtils.isEmpty(realname)) {
|
|
|
ViewUtil.setEnabled(cash_realname_tv, false);
|