System/Store/BuyItemPopModel.cs @@ -107,22 +107,8 @@ IsReachUpper = false; if(canBuyCnt == 0) { if(isVipBuy) { IsReachUpper = true; } else { if (buyCnt <= 9999) { count = buyCnt; } else { count = 9999; IsReachUpper = true; } } count = 0; } else {