新礼包优化

back_recharge
mengchengzhen 2021-05-25 20:13:42 +08:00
parent f1776030ef
commit 7da6f963ba
1 changed files with 3 additions and 0 deletions

View File

@ -755,6 +755,9 @@ public class BuyGoodsNewLogic {
break;
}
}
if(con.getPersonas()[index] > rr){
return -1;
}
return con.getPacks()[index];
}