|
|
@@ -26,6 +26,7 @@ local YunYingExcel = require("excel.yunying")
|
|
|
|
|
|
local LOGTYPE = "VoucherInvest" -- 日志标识
|
|
|
local ACT_ID = 8203 -- 活动Id
|
|
|
+local VOUCHERSHOP_ACTID = 27
|
|
|
|
|
|
|
|
|
local function initData(human)
|
|
|
@@ -129,9 +130,11 @@ end
|
|
|
|
|
|
-- 主动刷新一次红点
|
|
|
local function updateRedDot(human)
|
|
|
- YunYingLogic.sendBanner(human)
|
|
|
+ -- YunYingLogic.sendBanner(human)
|
|
|
local config = YunYingExcel.func[ACT_ID]
|
|
|
YunYingLogic.sendGroupUpdate(YYInfo[ACT_ID], human, config.panelID)
|
|
|
+
|
|
|
+ YunYingLogic.sendIconUpdate(VOUCHERSHOP_ACTID, human)
|
|
|
end
|
|
|
|
|
|
|