Przeglądaj źródła

修改首充活动模块信息同步

huangyuhao80 2 tygodni temu
rodzic
commit
0cfefc9749
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      meta/userapi/lua/ActFirstRecharge.lua

+ 1 - 1
meta/userapi/lua/ActFirstRecharge.lua

@@ -125,7 +125,7 @@ end
125
 -- 推送活动模块数据
125
 -- 推送活动模块数据
126
 function ActFirstRecharge.sendModuleInfo(actor)
126
 function ActFirstRecharge.sendModuleInfo(actor)
127
     local data = ActFirstRecharge.getData(actor)
127
     local data = ActFirstRecharge.getData(actor)
128
-    SL:Log("ActFirstRecharge sendModuleInfo showTime:", data.showTime)
128
+    jprint("ActFirstRecharge sendModuleInfo showTime:", data.showTime)
129
     if data.showTime > 0 then
129
     if data.showTime > 0 then
130
         sendluamsg(
130
         sendluamsg(
131
             actor,
131
             actor,