1:修改获取发送红包的时机,并且添加了当接口返回code=0的时候,也能发送红包

This commit is contained in:
2025-12-30 19:57:29 +08:00
parent 7f881260aa
commit 9126676599
3 changed files with 5 additions and 3 deletions

View File

@@ -280,7 +280,7 @@ public class RedBagSendDialog extends BaseDialog<DialogRedBagSendBinding> {
if (textValue < redPacketConfig.getRed_packet_min_amount()) {
// 你的逻辑
diaj=false;
ToastUtils.show("金额不能小于10");
ToastUtils.show("金额不能小于"+redPacketConfig.getRed_packet_min_amount());
return;
}
} catch (NumberFormatException e) {