diff --git a/lua/app/ui/idle/idle_drop_ui.lua b/lua/app/ui/idle/idle_drop_ui.lua index 58a95094..232bfc9c 100644 --- a/lua/app/ui/idle/idle_drop_ui.lua +++ b/lua/app/ui/idle/idle_drop_ui.lua @@ -281,7 +281,7 @@ function IdleDropUI:addGetBtnRedPoint() return end self.getBtnRedPoint = true - self.getBtn:addRedPoint(94, 42, 0.8) + self.getBtn:addRedPoint(121, 42, 0.8) end function IdleDropUI:removeGetBtnRedPoint() @@ -297,7 +297,7 @@ function IdleDropUI:addQuickBtnRedPoint() return end self.quickBtnRedPoint = true - self.quickBtn:addRedPoint(94, 42, 0.8) + self.quickBtn:addRedPoint(121, 42, 0.8) end function IdleDropUI:removeQuickBtnRedPoint() diff --git a/lua/app/ui/idle/idle_quick_drop_ui.lua b/lua/app/ui/idle/idle_quick_drop_ui.lua index a19e9f57..9a6b40d3 100644 --- a/lua/app/ui/idle/idle_quick_drop_ui.lua +++ b/lua/app/ui/idle/idle_quick_drop_ui.lua @@ -121,7 +121,7 @@ function IdleQuickDropUI:onRefresh() else self.adBtn:setTouchEnable(true) self.adBtn:setSprite(GConst.ATLAS_PATH.COMMON, "common_btn_blue_2") - self.adBtn:addRedPoint(94, 42, 0.8) + self.adBtn:addRedPoint(121, 42, 0.8) end self.descTx2:setText(I18N:getGlobalText(I18N.GlobalConst.TODAY_REMAIN_TIMES, adRemainTimes)) local vitRemainTimes = DataManager.IdleData:getQuickIdleVitRemainTimes() @@ -137,7 +137,7 @@ function IdleQuickDropUI:onRefresh() local costId = GFunc.getRewardId(cost) local costNum = GFunc.getRewardNum(cost) if GFunc.checkCost(costId, costNum) then - self.itemBtn:addRedPoint(94, 42, 0.8) + self.itemBtn:addRedPoint(121, 42, 0.8) else self.itemBtn:removeRedPoint() end