2446 【BUG】【1.3】神秘限购达到等级没有点击限购,重新上线,红点没了
2511 【BUG】【1.3】神秘限购折扣显示错误
| | |
| | | isLogin = false;
|
| | | GlobalTimeEvent.Instance.halfMinuteEvent += UpdateSecond;
|
| | | storeModel.RefreshBuyShopLimitEvent += UpdateBuyTimes;
|
| | | UpdateRedpoint();
|
| | | }
|
| | |
|
| | | public override void UnInit()
|
| | |
| | | int remianTime = mysticalShop.GetRemainSellTime();
|
| | | saleTime.text = Language.Get("MysticalPurchase101", TimeUtility.SecondsToHMS(remianTime));
|
| | | float zhe = ((float)mysticalShop.storeConfig.MoneyNumber / mysticalShop.storeConfig.MoneyOriginal) * 10;
|
| | | zheText.text = Language.Get("MysticalPurchase102", Math.Round(zhe, 1));
|
| | | zheText.text = Language.Get("MysticalPurchase102", (float)Math.Round(zhe, 1));
|
| | | var items = storeModel.GetShopItemlistByIndex(mysticalShop.storeConfig);
|
| | | for(int i = 0; i < itemBaiscs.Count; i++)
|
| | | {
|