1:修改获取发送红包的时机,并且添加了当接口返回code=0的时候,也能发送红包
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user