From 5f4500fe393e362d51cc4f444c2bb2e8c04ed86d Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 27 六月 2019 18:31:15 +0800
Subject: [PATCH] 7625 子 【主干】新增商店红点 / 【前端】【主干】新增商店红点

---
 System/Store/UnionStoreWin.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/System/Store/UnionStoreWin.cs b/System/Store/UnionStoreWin.cs
index 08f9c8b..b345a92 100644
--- a/System/Store/UnionStoreWin.cs
+++ b/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;

--
Gitblit v1.8.0