master
commit
58a652cfb1
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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 |
Binary file not shown.
Loading…
Reference in New Issue