System/Store/UnionStoreWin.cs
@@ -298,6 +298,9 @@ shopItemCell.coinsIcon.SetIconWithMoneyType(shopInfo.MoneyType); ulong shopCost = (ulong)(shopInfo.MoneyNumber); shopItemCell.coinNumText.text = UIHelper.ReplaceLargeNum(shopCost); shopItemCell.redpoint.redpointId = StoreModel.StoreFunc8_RedKey * 10000 + shopInfo.ID; BuyItemController buyItem = BuyItemController.Instance; int curVipIndex = -1; int nextVipIndex = -1;