|
|
@@ -45,10 +45,10 @@ local function MonthCard_GetConf(human)
|
|
|
return nil
|
|
|
end
|
|
|
|
|
|
- print("[MonthCard_GetConf] 当前的nChanelID = "..nChanelID)
|
|
|
+ -- print("[MonthCard_GetConf] 当前的nChanelID = "..nChanelID)
|
|
|
|
|
|
local tConf = {}
|
|
|
- if CommonDefine.CHANNEL_TAG_MUZI == nChanelID or CommonDefine.CHANNEL_TAG_SANLI_QQ == nChanelID then
|
|
|
+ if CommonDefine.CHANNEL_TAG_MUZI == nChanelID or CommonDefine.CHANNEL_TAG_SANLI_QQ == nChanelID or CommonDefine.CHANNEL_TAG_WX == nChanelID then
|
|
|
table.insert(tConf, MonthCardExcel[11])
|
|
|
table.insert(tConf, MonthCardExcel[12])
|
|
|
else
|