diff --git a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua index 90e31b04fb..f281b9ea10 100644 --- a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua @@ -728,17 +728,6 @@ end function this.CheckSixStarGoShow() local time=PlayerPrefs.GetString(PlayerManager.uid..PlayerManager.serverInfo.server_id.."supermeMan",0) if time and time~=0 and time~=666 and GetTimeStamp()-time< 259200 then - for _, shopData in ipairs(ShopManager.allShopData) do - if shopData.id == 20 then - for _, v in ipairs(shopData.storeItem) do - local time = shopItemConfig[v.id].Limit - v.buyNum - if time == 0 then - this.btnSixStarGo:SetActive(false) - return - end - end - end - end this.btnSixStarGo:SetActive(true) else this.btnSixStarGo:SetActive(false) diff --git a/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua b/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua index c28ea02293..0b363966bd 100644 --- a/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua +++ b/Assets/ManagedResources/~Lua/Modules/Recharge/View/GiftPre.lua @@ -132,7 +132,7 @@ function GiftPre:BuyAction(costId, costNum, shopType, itemId) self.parent:RefreshData(nil,false,false) CheckRedPointStatus(RedPointType.DailyGift) CheckRedPointStatus(RedPointType.GrowthPackage) - if shopType==20 and (itemId==1107 or itemId==1110 or itemId==1111 or itemId==1112 )then + if shopType==20 and (itemId==1107 or itemId==1110 or itemId==1111 or itemId==1108 )then PlayerPrefs.SetString(PlayerManager.uid..PlayerManager.serverInfo.server_id.."supermeMan",666) end end)