直充弹出

back_recharge
mengchengzhen 2021-05-31 11:59:56 +08:00
parent d21c4c9249
commit cfda3f3281
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ public class BuyGoodsNewLogic {
ISession session = OnlineUserManager.getSessionByUid(user.getId());
int type = config.getType();
CommonProto.Drop.Builder drop = null;
if(dropArray!=null && dropArray.length>1){
if(dropArray!=null && dropArray.length>=1){
drop = ItemUtil.drop(user,dropArray, BIReason.DIRECT_BUY);
}