master
niko 2025-08-18 15:10:46 +08:00
commit 58a652cfb1
4 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@ local function list_msgRender(self, index, obj)
local msgText = '' local msgText = ''
if msg.m_state == 0 then if msg.m_state == 0 then
--msgText = string.format("【%s】被【%s】加入亲友圈", msg.user_name, msg.tag_name)
msgText = string.format("【%s】被【%s】加入亲友圈", msg.tag_name, msg.user_name) msgText = string.format("【%s】被【%s】加入亲友圈", msg.tag_name, msg.user_name)
elseif msg.m_state == 1 then elseif msg.m_state == 1 then
msgText = string.format("【%s】退出亲友圈", msg.user_name) msgText = string.format("【%s】退出亲友圈", msg.user_name)

View File

@ -1,7 +1,7 @@
local HuCardImg = { local HuCardImg = {
} }
HuCardImg[1] = { 1 } HuCardImg[1] = { "tile_hu" }
HuCardImg[2] = { "tile_zimo" } HuCardImg[2] = { "tile_zimo" }
HuCardImg[3] = { "tile_cs_shisanlan" } HuCardImg[3] = { "tile_cs_shisanlan" }
HuCardImg[4] = { "tile_cs_qxshisanlan" } HuCardImg[4] = { "tile_cs_qxshisanlan" }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 954 KiB

After

Width:  |  Height:  |  Size: 947 KiB