浏览代码

fix : 解决冲突

master
huting 2 年前
父节点
当前提交
6a783ff1b4

+ 1
- 9
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/after/TopEntrapmentActivity.java 查看文件

inputValue = FunHelper.getText(binding.etInputMoney); inputValue = FunHelper.getText(binding.etInputMoney);
} }
}); });
//立即充值 //立即充值
binding.nextStep.setOnClickListener(new View.OnClickListener() { binding.nextStep.setOnClickListener(new View.OnClickListener() {
@Override @Override
toast("请输入充值金额,或者选择需要充值的金额!"); toast("请输入充值金额,或者选择需要充值的金额!");
return; return;
} }
<<<<<<< HEAD
// if(Double.parseDouble(FunHelper.getText(binding.etInputMoney)) < 10){
// toast("最低充值金额不小于10元!");
// return;
// }
moneyInfo = new RechargeBean(FunHelper.getText(binding.etInputMoney));
=======


if(Double.parseDouble(moneyInfo.payMoney) < 10){ if(Double.parseDouble(moneyInfo.payMoney) < 10){
toast("最低充值金额不小于10元!"); toast("最低充值金额不小于10元!");
return; return;
} }
>>>>>>> c03e8c06c8c823800a0c6457f50cebd8c5a105ff
doRecharge(); doRecharge();
} }
}); });

正在加载...
取消
保存